DisBot
    Preparing search index...

    Type Alias TempVoicesScalarWhereWithAggregatesInput

    type TempVoicesScalarWhereWithAggregatesInput = {
        AND?:
            | TempVoicesScalarWhereWithAggregatesInput
            | TempVoicesScalarWhereWithAggregatesInput[];
        GuildId?: StringWithAggregatesFilter<"TempVoices">
        | string;
        Id?: IntWithAggregatesFilter<"TempVoices"> | number;
        JointoCreateCategory?: StringWithAggregatesFilter<"TempVoices"> | string;
        JointoCreateChannel?: StringWithAggregatesFilter<"TempVoices"> | string;
        Manage?: BoolWithAggregatesFilter<"TempVoices"> | boolean;
        Name?: StringNullableWithAggregatesFilter<"TempVoices"> | string | null;
        NOT?:
            | TempVoicesScalarWhereWithAggregatesInput
            | TempVoicesScalarWhereWithAggregatesInput[];
        OR?: TempVoicesScalarWhereWithAggregatesInput[];
        PresetLimit?: IntNullableWithAggregatesFilter<"TempVoices">
        | number
        | null;
        UUID?: StringWithAggregatesFilter<"TempVoices"> | string;
    }
    Index

    Properties

    GuildId?: StringWithAggregatesFilter<"TempVoices"> | string
    Id?: IntWithAggregatesFilter<"TempVoices"> | number
    JointoCreateCategory?: StringWithAggregatesFilter<"TempVoices"> | string
    JointoCreateChannel?: StringWithAggregatesFilter<"TempVoices"> | string
    Manage?: BoolWithAggregatesFilter<"TempVoices"> | boolean
    Name?: StringNullableWithAggregatesFilter<"TempVoices"> | string | null
    PresetLimit?: IntNullableWithAggregatesFilter<"TempVoices"> | number | null
    UUID?: StringWithAggregatesFilter<"TempVoices"> | string