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

    Interface PostListParams

    interface PostListParams {
        limit?: number;
        maxId?: string;
        maxPublishedDatetime?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    limit?: number
    maxId?: string
    maxPublishedDatetime?: string