ISPO SDK
    Preparing search index...

    Interface GoogleMailDeleteDraftResult

    Markdown
    interface GoogleMailDeleteDraftResult {
        deleted: true;
        draftId: string;
    }
    Index
    deleted: true
    draftId: string