Type Alias GuildStatusRoleMaxAggregateOutputType

GuildStatusRoleMaxAggregateOutputType: {
    dbId: string | null;
    guildId: string | null;
    keepOnOffline: boolean | null;
    roleId: string | null;
}