Type Alias TWSCustomMessageSelectCreateManyAndReturn<ExtArgs>

TWSCustomMessageSelectCreateManyAndReturn<ExtArgs>: GetSelect<{
    content?: boolean;
    dbId?: boolean;
    showInviteButton?: boolean;
    showWatchButton?: boolean;
    twitterStreamer?: boolean | TWSCustomMessage$twitterStreamerArgs<ExtArgs>;
    twitterStreamerId?: boolean;
    type?: boolean;
}, ExtArgs["result"]["tWSCustomMessage"]>

Type Parameters