Type Alias R2StorageDefaultArgs<ExtArgs>

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

R2Storage without action

Type Parameters

Type declaration