@book000/pixivts - v0.61.1
    Preparing search index...

    Variable SearchDurationConst

    SearchDuration: {
        WITHIN_LAST_DAY: "within_last_day";
        WITHIN_LAST_MONTH: "within_last_month";
        WITHIN_LAST_WEEK: "within_last_week";
    } = ...

    Date range filter for search results.

    • within_last_day — past 24 hours
    • within_last_week — past 7 days
    • within_last_month — past 30 days

    Type Declaration

    • ReadonlyWITHIN_LAST_DAY: "within_last_day"
    • ReadonlyWITHIN_LAST_MONTH: "within_last_month"
    • ReadonlyWITHIN_LAST_WEEK: "within_last_week"