Type Alias R2StorageGuildIncludeUpdateManyAndReturn<ExtArgs>

R2StorageGuildIncludeUpdateManyAndReturn<ExtArgs>: {
    r2Storage?: boolean | R2StorageGuild$r2StorageArgs<ExtArgs>;
}

Type Parameters