UNPKG

@trophyso/node

Version:
11 lines (10 loc) 184 B
/** * @example * { * userIds: ["userIds"] * } */ export interface StreaksListRequest { /** A list of up to 100 user IDs. */ userIds?: string | string[]; }