Type Alias GuildCustomSingleMessageInclude<ExtArgs>

GuildCustomSingleMessageInclude<ExtArgs>: {
    guild?: boolean | GuildCustomSingleMessage$guildArgs<ExtArgs>;
    webhook?: boolean | GuildCustomSingleMessage$webhookArgs<ExtArgs>;
}

Type Parameters