Type Alias GuildCustomMessageInclude<ExtArgs>

GuildCustomMessageInclude<ExtArgs>: {
    _count?: boolean | GuildCustomMessageCountOutputTypeDefaultArgs<ExtArgs>;
    buttons?: boolean | GuildCustomMessage$buttonsArgs<ExtArgs>;
    embed?: boolean | GuildCustomMessage$embedArgs<ExtArgs>;
    guild?: boolean | GuildCustomMessage$guildArgs<ExtArgs>;
    webhook?: boolean | GuildCustomMessage$webhookArgs<ExtArgs>;
}

Type Parameters