CreateDraftResult<T>: BaseMessageResult & {
    DraftID?: string;
    Result?: T;
}

Type Parameters

  • T = Record<string, any>

Type declaration

  • Optional DraftID?: string

    The ID of the created draft in the provider's system

  • Optional Result?: T

    If populated, holds provider-specific result data