@moontaiworks/fanbox-dl - v1.7.0
    Preparing search index...

    Interface ListCreatorPostsParams

    interface ListCreatorPostsParams {
        creatorId: string;
        firstId?: string;
        firstPublishedDatetime?: string;
        sort?: PostSort;
        limit?: number;
        maxId?: string;
        maxPublishedDatetime?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    creatorId: string
    firstId?: string
    firstPublishedDatetime?: string
    sort?: PostSort
    limit?: number
    maxId?: string
    maxPublishedDatetime?: string