Type Alias GuildAutoLiveRoleIncludeCreateManyAndReturn<ExtArgs>

GuildAutoLiveRoleIncludeCreateManyAndReturn<ExtArgs>: {
    guild?: boolean | GuildAutoLiveRole$guildArgs<ExtArgs>;
}

Type Parameters