Type Alias KSLeaderBoardSyncRoleGroupByOutputType

KSLeaderBoardSyncRoleGroupByOutputType: {
    _count: KSLeaderBoardSyncRoleCountAggregateOutputType | null;
    _max: KSLeaderBoardSyncRoleMaxAggregateOutputType | null;
    _min: KSLeaderBoardSyncRoleMinAggregateOutputType | null;
    dbId: string;
    kickStreamerId: string;
    type: LeaderBoardTypesEnum;
}