Type Alias R2StorageScalarWhereWithAggregatesInput

R2StorageScalarWhereWithAggregatesInput: {
    AND?: R2StorageScalarWhereWithAggregatesInput | R2StorageScalarWhereWithAggregatesInput[];
    NOT?: R2StorageScalarWhereWithAggregatesInput | R2StorageScalarWhereWithAggregatesInput[];
    OR?: R2StorageScalarWhereWithAggregatesInput[];
    dbId?: StringWithAggregatesFilter<"R2Storage"> | string;
    key?: StringWithAggregatesFilter<"R2Storage"> | string;
    tempUrl?: StringNullableWithAggregatesFilter<"R2Storage"> | string | null;
    urlExpiresAt?:
        | DateTimeNullableWithAggregatesFilter<"R2Storage">
        | Date
        | string
        | null;
}