Type Alias TSCustomMessageSelect<ExtArgs>

TSCustomMessageSelect<ExtArgs>: GetSelect<{
    _count?: boolean | TSCustomMessageCountOutputTypeDefaultArgs<ExtArgs>;
    buttons?: boolean | TSCustomMessage$buttonsArgs<ExtArgs>;
    content?: boolean;
    dbId?: boolean;
    embed?: boolean | TSCustomMessage$embedArgs<ExtArgs>;
    twitchStreamer?: boolean | TSCustomMessage$twitchStreamerArgs<ExtArgs>;
    twitchStreamerId?: boolean;
    type?: boolean;
    webhook?: boolean | TSCustomMessage$webhookArgs<ExtArgs>;
}, ExtArgs["result"]["tSCustomMessage"]>

Type Parameters