GuildStatusRoleGroupByOutputType: {
    _count: GuildStatusRoleCountAggregateOutputType | null;
    _max: GuildStatusRoleMaxAggregateOutputType | null;
    _min: GuildStatusRoleMinAggregateOutputType | null;
    dbId: string;
    guildId: string;
    keepOnOffline: boolean | null;
    roleId: string;
    texts: string[];
}