Type Alias R2StorageGuild$r2StorageArgs<ExtArgs>

R2StorageGuild$r2StorageArgs<ExtArgs>: {
    include?: R2StorageInclude<ExtArgs> | null;
    omit?: R2StorageOmit<ExtArgs> | null;
    select?: R2StorageSelect<ExtArgs> | null;
    where?: R2StorageWhereInput;
}

R2StorageGuild.r2Storage

Type Parameters

Type declaration