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