Type Alias CSCustomMessageSelect<ExtArgs>

CSCustomMessageSelect<ExtArgs>: GetSelect<{
    _count?: boolean | CSCustomMessageCountOutputTypeDefaultArgs<ExtArgs>;
    buttons?: boolean | CSCustomMessage$buttonsArgs<ExtArgs>;
    clubStreamer?: boolean | CSCustomMessage$clubStreamerArgs<ExtArgs>;
    clubStreamerId?: boolean;
    content?: boolean;
    dbId?: boolean;
    embed?: boolean | CSCustomMessage$embedArgs<ExtArgs>;
    showInviteButton?: boolean;
    showWatchButton?: boolean;
    type?: boolean;
    webhook?: boolean | CSCustomMessage$webhookArgs<ExtArgs>;
}, ExtArgs["result"]["cSCustomMessage"]>

Type Parameters