Type Alias TWSCustomMessageCountOutputTypeSelect<ExtArgs>

TWSCustomMessageCountOutputTypeSelect<ExtArgs>: {
    buttons?: boolean | TWSCustomMessageCountOutputTypeCountButtonsArgs;
}

Type Parameters