Type Alias R2StorageUpdateArgs<ExtArgs>

R2StorageUpdateArgs<ExtArgs>: {
    data: XOR<R2StorageUpdateInput, R2StorageUncheckedUpdateInput>;
    include?: R2StorageInclude<ExtArgs> | null;
    omit?: R2StorageOmit<ExtArgs> | null;
    select?: R2StorageSelect<ExtArgs> | null;
    where: R2StorageWhereUniqueInput;
}

R2Storage update

Type Parameters

Type declaration