DisBot
    Preparing search index...

    Type Alias ApisScalarWhereWithAggregatesInput

    type ApisScalarWhereWithAggregatesInput = {
        AccessibleGuilds?: StringNullableListFilter<"Apis">;
        AND?:
            | ApisScalarWhereWithAggregatesInput
            | ApisScalarWhereWithAggregatesInput[];
        Flags?: StringNullableListFilter<"Apis">;
        Id?: IntWithAggregatesFilter<"Apis"> | number;
        Key?: StringWithAggregatesFilter<"Apis"> | string;
        NOT?:
            | ApisScalarWhereWithAggregatesInput
            | ApisScalarWhereWithAggregatesInput[];
        OR?: ApisScalarWhereWithAggregatesInput[];
        UserId?: StringWithAggregatesFilter<"Apis">
        | string;
    }
    Index

    Properties

    AccessibleGuilds?: StringNullableListFilter<"Apis">
    Flags?: StringNullableListFilter<"Apis">
    Id?: IntWithAggregatesFilter<"Apis"> | number
    Key?: StringWithAggregatesFilter<"Apis"> | string
    UserId?: StringWithAggregatesFilter<"Apis"> | string