Type Alias R2StorageGuildIncludeCreateManyAndReturn<ExtArgs>

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

Type Parameters