interface CountUserReceivedStarsParams {
    since?: string;
    until?: string;
    userId: number;
}

Properties

Properties

since?: string

after the given date (yyyy-MM-dd) 指定した日付以降のスターをカウント (yyyy-MM-dd)

until?: string

before the given date (yyyy-MM-dd) 指定した日付以前のスターをカウント (yyyy-MM-dd)

userId: number

user ID ユーザーのID