@passband/sdk - v0.0.0
    Preparing search index...

    Interface UpdateDraftBody

    interface UpdateDraftBody {
        action?: DraftAction;
        feedback?: string;
        scheduledAt?: string;
        smartSchedule?: boolean;
        text?: string;
    }
    Index

    Properties

    action?: DraftAction
    feedback?: string
    scheduledAt?: string
    smartSchedule?: boolean
    text?: string