Type Alias EmailComposition

type EmailComposition = {
    body?: string;
    subject?: string;
}
Index
body?: string
subject?: string