R2StorageWhereInput: {
    AND?: R2StorageWhereInput | R2StorageWhereInput[];
    NOT?: R2StorageWhereInput | R2StorageWhereInput[];
    OR?: R2StorageWhereInput[];
    dbId?: StringFilter<"R2Storage"> | string;
    guilds?: R2StorageGuildListRelationFilter;
    key?: StringFilter<"R2Storage"> | string;
    tempUrl?: StringNullableFilter<"R2Storage"> | string | null;
    urlExpiresAt?:
        | DateTimeNullableFilter<"R2Storage">
        | Date
        | string
        | null;
}