/**
 * @example
 *     {
 *         userIds: ["userIds"]
 *     }
 */
export interface StreaksListRequest {
    /** A list of up to 100 user IDs. */
    userIds?: string | string[];
}
