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

    Type Alias ListDraftsParams

    type ListDraftsParams = {
        cursor?: string;
        format?: string;
        limit?: number;
        scheduledAfter?: string;
        scheduledBefore?: string;
        sourceId?: string;
        sourceType?: string;
        status?: string;
        tags?: string;
    }
    Index

    Properties

    cursor?: string
    format?: string
    limit?: number
    scheduledAfter?: string
    scheduledBefore?: string
    sourceId?: string
    sourceType?: string
    status?: string
    tags?: string