Type Alias draftFolderTab

draftFolderTab:
    | "inbox"
    | "flagged"
    | "archive"
    | "trash"
    | "all"
""