Type Alias TSCustomMessageSelectCreateManyAndReturn<ExtArgs>

TSCustomMessageSelectCreateManyAndReturn<ExtArgs>: GetSelect<{
    content?: boolean;
    dbId?: boolean;
    twitchStreamer?: boolean | TSCustomMessage$twitchStreamerArgs<ExtArgs>;
    twitchStreamerId?: boolean;
    type?: boolean;
}, ExtArgs["result"]["tSCustomMessage"]>

Type Parameters