Type Alias GuildAutoLiveRoleGroupByOutputType

GuildAutoLiveRoleGroupByOutputType: {
    _count: GuildAutoLiveRoleCountAggregateOutputType | null;
    _max: GuildAutoLiveRoleMaxAggregateOutputType | null;
    _min: GuildAutoLiveRoleMinAggregateOutputType | null;
    dbId: string;
    guildId: string;
    roleId: string;
}