Type Alias GuildPremiumInclude<ExtArgs>

GuildPremiumInclude<ExtArgs>: {
    guild?: boolean | GuildPremium$guildArgs<ExtArgs>;
}

Type Parameters