E621
    Preparing search index...

    Interface GetPopularPostsOptions

    interface GetPopularPostsOptions {
        date?: string;
        limit?: number;
        scale?: "month" | "week" | "day";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    date?: string
    limit?: number
    scale?: "month" | "week" | "day"