Type Alias R2StorageDeleteArgs<ExtArgs>

R2StorageDeleteArgs<ExtArgs>: {
    include?: R2StorageInclude<ExtArgs> | null;
    omit?: R2StorageOmit<ExtArgs> | null;
    select?: R2StorageSelect<ExtArgs> | null;
    where: R2StorageWhereUniqueInput;
}

R2Storage delete

Type Parameters

Type declaration