Type Alias R2StorageUpdateManyAndReturnArgs<ExtArgs>

R2StorageUpdateManyAndReturnArgs<ExtArgs>: {
    data: XOR<R2StorageUpdateManyMutationInput, R2StorageUncheckedUpdateManyInput>;
    limit?: number;
    omit?: R2StorageOmit<ExtArgs> | null;
    select?: R2StorageSelectUpdateManyAndReturn<ExtArgs> | null;
    where?: R2StorageWhereInput;
}

R2Storage updateManyAndReturn

Type Parameters

Type declaration