Type Alias KSLeaderBoardRoleGroupByOutputType

KSLeaderBoardRoleGroupByOutputType: {
    _avg: KSLeaderBoardRoleAvgAggregateOutputType | null;
    _count: KSLeaderBoardRoleCountAggregateOutputType | null;
    _max: KSLeaderBoardRoleMaxAggregateOutputType | null;
    _min: KSLeaderBoardRoleMinAggregateOutputType | null;
    _sum: KSLeaderBoardRoleSumAggregateOutputType | null;
    dbId: string;
    ksLeaderBoardSyncRoleId: string;
    position: number;
    roleId: string;
}