Type Alias TTSCustomMessageInclude<ExtArgs>

TTSCustomMessageInclude<ExtArgs>: {
    _count?: boolean | TTSCustomMessageCountOutputTypeDefaultArgs<ExtArgs>;
    buttons?: boolean | TTSCustomMessage$buttonsArgs<ExtArgs>;
    embed?: boolean | TTSCustomMessage$embedArgs<ExtArgs>;
    tiktokStreamer?: boolean | TTSCustomMessage$tiktokStreamerArgs<ExtArgs>;
    webhook?: boolean | TTSCustomMessage$webhookArgs<ExtArgs>;
}

Type Parameters