DisBot
    Preparing search index...

    Type Alias VerificationGatesScalarWhereWithAggregatesInput

    type VerificationGatesScalarWhereWithAggregatesInput = {
        Action?:
            | StringNullableWithAggregatesFilter<"VerificationGates">
            | string
            | null;
        ActionType?:
            | StringNullableWithAggregatesFilter<"VerificationGates">
            | string
            | null;
        Active?:
            | BoolNullableWithAggregatesFilter<"VerificationGates">
            | boolean
            | null;
        AND?:
            | VerificationGatesScalarWhereWithAggregatesInput
            | VerificationGatesScalarWhereWithAggregatesInput[];
        ChannelId?: StringWithAggregatesFilter<"VerificationGates">
        | string;
        CreatedAt?:
            | DateTimeWithAggregatesFilter<"VerificationGates">
            | Date
            | string;
        Id?: IntWithAggregatesFilter<"VerificationGates"> | number;
        MessageId?: StringWithAggregatesFilter<"VerificationGates"> | string;
        NOT?:
            | VerificationGatesScalarWhereWithAggregatesInput
            | VerificationGatesScalarWhereWithAggregatesInput[];
        OR?: VerificationGatesScalarWhereWithAggregatesInput[];
        Roles?: StringNullableListFilter<"VerificationGates">;
        SecurityId?: StringWithAggregatesFilter<"VerificationGates"> | string;
        UUID?: StringWithAggregatesFilter<"VerificationGates"> | string;
        VerifiedUsers?: StringNullableListFilter<"VerificationGates">;
    }
    Index

    Properties

    Action?: StringNullableWithAggregatesFilter<"VerificationGates"> | string | null
    ActionType?:
        | StringNullableWithAggregatesFilter<"VerificationGates">
        | string
        | null
    Active?: BoolNullableWithAggregatesFilter<"VerificationGates"> | boolean | null
    ChannelId?: StringWithAggregatesFilter<"VerificationGates"> | string
    CreatedAt?: DateTimeWithAggregatesFilter<"VerificationGates"> | Date | string
    Id?: IntWithAggregatesFilter<"VerificationGates"> | number
    MessageId?: StringWithAggregatesFilter<"VerificationGates"> | string
    Roles?: StringNullableListFilter<"VerificationGates">
    SecurityId?: StringWithAggregatesFilter<"VerificationGates"> | string
    UUID?: StringWithAggregatesFilter<"VerificationGates"> | string
    VerifiedUsers?: StringNullableListFilter<"VerificationGates">