DisBot
    Preparing search index...

    Type Alias GuildSecurityScalarWhereWithAggregatesInput

    type GuildSecurityScalarWhereWithAggregatesInput = {
        AND?:
            | GuildSecurityScalarWhereWithAggregatesInput
            | GuildSecurityScalarWhereWithAggregatesInput[];
        GuildId?: StringWithAggregatesFilter<"GuildSecurity">
        | string;
        Id?: IntWithAggregatesFilter<"GuildSecurity"> | number;
        InviteLoggingActive?:
            | StringNullableWithAggregatesFilter<"GuildSecurity">
            | string
            | null;
        MaxAccountAge?:
            | IntNullableWithAggregatesFilter<"GuildSecurity">
            | number
            | null;
        NOT?:
            | GuildSecurityScalarWhereWithAggregatesInput
            | GuildSecurityScalarWhereWithAggregatesInput[];
        OR?: GuildSecurityScalarWhereWithAggregatesInput[];
    }
    Index

    Properties

    GuildId?: StringWithAggregatesFilter<"GuildSecurity"> | string
    Id?: IntWithAggregatesFilter<"GuildSecurity"> | number
    InviteLoggingActive?:
        | StringNullableWithAggregatesFilter<"GuildSecurity">
        | string
        | null
    MaxAccountAge?: IntNullableWithAggregatesFilter<"GuildSecurity"> | number | null