Type Alias GuildCustomMessageCountOutputTypeSelect<ExtArgs>

GuildCustomMessageCountOutputTypeSelect<ExtArgs>: {
    buttons?: boolean | GuildCustomMessageCountOutputTypeCountButtonsArgs;
}

Type Parameters