Type Alias R2StorageGuildScalarWhereWithAggregatesInput

R2StorageGuildScalarWhereWithAggregatesInput: {
    AND?: R2StorageGuildScalarWhereWithAggregatesInput | R2StorageGuildScalarWhereWithAggregatesInput[];
    NOT?: R2StorageGuildScalarWhereWithAggregatesInput | R2StorageGuildScalarWhereWithAggregatesInput[];
    OR?: R2StorageGuildScalarWhereWithAggregatesInput[];
    allowedUntil?:
        | DateTimeNullableWithAggregatesFilter<"R2StorageGuild">
        | Date
        | string
        | null;
    dbId?: StringWithAggregatesFilter<"R2StorageGuild"> | string;
    guildId?: StringWithAggregatesFilter<"R2StorageGuild"> | string;
    r2StorageId?: StringWithAggregatesFilter<"R2StorageGuild"> | string;
}