Type Alias GuildAutoLiveRoleCountAggregateOutputType

GuildAutoLiveRoleCountAggregateOutputType: {
    _all: number;
    dbId: number;
    guildId: number;
    roleId: number;
}