E621
    Preparing search index...

    Interface GetPopularPostsOptions

    interface GetPopularPostsOptions {
        date?: string;
        mode?: "basic" | "extended" | "thumbnail";
        scale?: "month" | "week" | "day";
        v2?: boolean;
    }

    Hierarchy (View Summary)

    Index
    date?: string
    mode?: "basic" | "extended" | "thumbnail"
    scale?: "month" | "week" | "day"
    v2?: boolean