KSGiftedSubRoleGroupByOutputType: {
    _avg: KSGiftedSubRoleAvgAggregateOutputType | null;
    _count: KSGiftedSubRoleCountAggregateOutputType | null;
    _max: KSGiftedSubRoleMaxAggregateOutputType | null;
    _min: KSGiftedSubRoleMinAggregateOutputType | null;
    _sum: KSGiftedSubRoleSumAggregateOutputType | null;
    dbId: string;
    giftedSubs: number;
    kickStreamerId: string;
    roleId: string;
}