Type Alias CSCustomMessageSelectCreateManyAndReturn<ExtArgs>

CSCustomMessageSelectCreateManyAndReturn<ExtArgs>: GetSelect<{
    clubStreamer?: boolean | CSCustomMessage$clubStreamerArgs<ExtArgs>;
    clubStreamerId?: boolean;
    content?: boolean;
    dbId?: boolean;
    showInviteButton?: boolean;
    showWatchButton?: boolean;
    type?: boolean;
}, ExtArgs["result"]["cSCustomMessage"]>

Type Parameters