Type Alias TSCustomMessageInclude<ExtArgs>

TSCustomMessageInclude<ExtArgs>: {
    _count?: boolean | TSCustomMessageCountOutputTypeDefaultArgs<ExtArgs>;
    buttons?: boolean | TSCustomMessage$buttonsArgs<ExtArgs>;
    embed?: boolean | TSCustomMessage$embedArgs<ExtArgs>;
    twitchStreamer?: boolean | TSCustomMessage$twitchStreamerArgs<ExtArgs>;
    webhook?: boolean | TSCustomMessage$webhookArgs<ExtArgs>;
}

Type Parameters