UserLinkedRolesGroupByOutputType: {
    _count: UserLinkedRolesCountAggregateOutputType | null;
    _max: UserLinkedRolesMaxAggregateOutputType | null;
    _min: UserLinkedRolesMinAggregateOutputType | null;
    accessToken: string | null;
    dbId: string;
    expiresAt: Date | null;
    refreshToken: string | null;
    userId: string;
}