Type Alias WSCustomMessageSelect<ExtArgs>

WSCustomMessageSelect<ExtArgs>: GetSelect<{
    _count?: boolean | WSCustomMessageCountOutputTypeDefaultArgs<ExtArgs>;
    buttons?: boolean | WSCustomMessage$buttonsArgs<ExtArgs>;
    content?: boolean;
    dbId?: boolean;
    embed?: boolean | WSCustomMessage$embedArgs<ExtArgs>;
    showInviteButton?: boolean;
    showWatchButton?: boolean;
    type?: boolean;
    webhook?: boolean | WSCustomMessage$webhookArgs<ExtArgs>;
    whatnotStreamer?: boolean | WSCustomMessage$whatnotStreamerArgs<ExtArgs>;
    whatnotStreamerId?: boolean;
}, ExtArgs["result"]["wSCustomMessage"]>

Type Parameters