DisBot
    Preparing search index...

    Type Alias LevelSettingsScalarWhereWithAggregatesInput

    type LevelSettingsScalarWhereWithAggregatesInput = {
        AND?:
            | LevelSettingsScalarWhereWithAggregatesInput
            | LevelSettingsScalarWhereWithAggregatesInput[];
        ExcludedChannelIds?: StringNullableListFilter<"LevelSettings">;
        ExcludeRoleIds?: StringNullableListFilter<"LevelSettings">;
        ExcludeUserIds?: StringNullableListFilter<"LevelSettings">;
        Format?: StringWithAggregatesFilter<"LevelSettings"> | string;
        GuildId?: StringWithAggregatesFilter<"LevelSettings"> | string;
        Id?: IntWithAggregatesFilter<"LevelSettings"> | number;
        LeaderboardDisplayAmount?:
            | IntWithAggregatesFilter<"LevelSettings">
            | number;
        LeaderboardMessageTemplateId?:
            | StringWithAggregatesFilter<"LevelSettings">
            | string;
        LevelUoMessageTemplateId?:
            | StringWithAggregatesFilter<"LevelSettings">
            | string;
        LevelUpChannelId?: StringWithAggregatesFilter<"LevelSettings"> | string;
        MessageXP?: BoolWithAggregatesFilter<"LevelSettings"> | boolean;
        MessageXPRange?: StringWithAggregatesFilter<"LevelSettings"> | string;
        MessageXPType?: StringWithAggregatesFilter<"LevelSettings"> | string;
        MesssageXPCooldown?: StringWithAggregatesFilter<"LevelSettings"> | string;
        NOT?:
            | LevelSettingsScalarWhereWithAggregatesInput
            | LevelSettingsScalarWhereWithAggregatesInput[];
        OR?: LevelSettingsScalarWhereWithAggregatesInput[];
        RequiredXPForFirstLevel?: IntWithAggregatesFilter<"LevelSettings">
        | number;
        VoiceXP?: BoolWithAggregatesFilter<"LevelSettings"> | boolean;
        VoiceXPCooldown?: IntWithAggregatesFilter<"LevelSettings"> | number;
        VoiceXPRange?: StringWithAggregatesFilter<"LevelSettings"> | string;
    }
    Index

    Properties

    ExcludedChannelIds?: StringNullableListFilter<"LevelSettings">
    ExcludeRoleIds?: StringNullableListFilter<"LevelSettings">
    ExcludeUserIds?: StringNullableListFilter<"LevelSettings">
    Format?: StringWithAggregatesFilter<"LevelSettings"> | string
    GuildId?: StringWithAggregatesFilter<"LevelSettings"> | string
    Id?: IntWithAggregatesFilter<"LevelSettings"> | number
    LeaderboardDisplayAmount?: IntWithAggregatesFilter<"LevelSettings"> | number
    LeaderboardMessageTemplateId?:
        | StringWithAggregatesFilter<"LevelSettings">
        | string
    LevelUoMessageTemplateId?: StringWithAggregatesFilter<"LevelSettings"> | string
    LevelUpChannelId?: StringWithAggregatesFilter<"LevelSettings"> | string
    MessageXP?: BoolWithAggregatesFilter<"LevelSettings"> | boolean
    MessageXPRange?: StringWithAggregatesFilter<"LevelSettings"> | string
    MessageXPType?: StringWithAggregatesFilter<"LevelSettings"> | string
    MesssageXPCooldown?: StringWithAggregatesFilter<"LevelSettings"> | string
    RequiredXPForFirstLevel?: IntWithAggregatesFilter<"LevelSettings"> | number
    VoiceXP?: BoolWithAggregatesFilter<"LevelSettings"> | boolean
    VoiceXPCooldown?: IntWithAggregatesFilter<"LevelSettings"> | number
    VoiceXPRange?: StringWithAggregatesFilter<"LevelSettings"> | string