Type Alias TWSCustomMessageInclude<ExtArgs>

TWSCustomMessageInclude<ExtArgs>: {
    _count?: boolean | TWSCustomMessageCountOutputTypeDefaultArgs<ExtArgs>;
    buttons?: boolean | TWSCustomMessage$buttonsArgs<ExtArgs>;
    embed?: boolean | TWSCustomMessage$embedArgs<ExtArgs>;
    twitterStreamer?: boolean | TWSCustomMessage$twitterStreamerArgs<ExtArgs>;
    webhook?: boolean | TWSCustomMessage$webhookArgs<ExtArgs>;
}

Type Parameters