Type Alias GuildNotificationOverrideMinAggregateOutputType

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