Type Alias R2StorageGuildDefaultArgs<ExtArgs>

R2StorageGuildDefaultArgs<ExtArgs>: {
    include?: R2StorageGuildInclude<ExtArgs> | null;
    omit?: R2StorageGuildOmit<ExtArgs> | null;
    select?: R2StorageGuildSelect<ExtArgs> | null;
}

R2StorageGuild without action

Type Parameters

Type declaration