Type alias GetMailActiveEditorDataOptions
GetMailActiveEditorDataOptions: { filter?: ("draftId" | "from" | "to" | "cc" | "bcc" | "subject" | "body" | "editorState")[] }
Type declaration
-
Optional
filter?: ("draftId" | "from" | "to" | "cc" | "bcc" | "subject" | "body" | "editorState")[]
Specify which fields to include. By default, all fields are included.