ISPO SDK
    Preparing search index...

    Interface GoogleMailDeleteDraftInput

    Markdown
    interface GoogleMailDeleteDraftInput {
        accountId?: string;
        draftId: string;
    }
    Index
    accountId?: string
    draftId: string