DisBot
    Preparing search index...

    Type Alias GuildBackupsScalarWhereWithAggregatesInput

    type GuildBackupsScalarWhereWithAggregatesInput = {
        AND?:
            | GuildBackupsScalarWhereWithAggregatesInput
            | GuildBackupsScalarWhereWithAggregatesInput[];
        BackupJSON?: JsonWithAggregatesFilter<"GuildBackups">;
        CreatedAt?: DateTimeWithAggregatesFilter<"GuildBackups"> | Date | string;
        GuildId?: StringWithAggregatesFilter<"GuildBackups"> | string;
        Id?: IntWithAggregatesFilter<"GuildBackups"> | number;
        Name?: StringWithAggregatesFilter<"GuildBackups"> | string;
        NOT?:
            | GuildBackupsScalarWhereWithAggregatesInput
            | GuildBackupsScalarWhereWithAggregatesInput[];
        OR?: GuildBackupsScalarWhereWithAggregatesInput[];
        UserId?: StringWithAggregatesFilter<"GuildBackups">
        | string;
        UUID?: StringWithAggregatesFilter<"GuildBackups"> | string;
    }
    Index

    Properties

    BackupJSON?: JsonWithAggregatesFilter<"GuildBackups">
    CreatedAt?: DateTimeWithAggregatesFilter<"GuildBackups"> | Date | string
    GuildId?: StringWithAggregatesFilter<"GuildBackups"> | string
    Id?: IntWithAggregatesFilter<"GuildBackups"> | number
    Name?: StringWithAggregatesFilter<"GuildBackups"> | string
    UserId?: StringWithAggregatesFilter<"GuildBackups"> | string
    UUID?: StringWithAggregatesFilter<"GuildBackups"> | string