Type Alias GuildNotificationOverrideMaxAggregateOutputType

GuildNotificationOverrideMaxAggregateOutputType: {
    dbId: string | null;
    durationMinutes: number | null;
    guildId: string | null;
    overrideChannelId: string | null;
    overridePingRoleId: string | null;
    priorityOnConflict: number | null;
}