Type Alias TWSMessageButtonSelectUpdateManyAndReturn<ExtArgs>

TWSMessageButtonSelectUpdateManyAndReturn<ExtArgs>: GetSelect<{
    dbId?: boolean;
    emojiUnicodeOrId?: boolean;
    title?: boolean;
    twsCustomMessage?: boolean | TWSMessageButton$twsCustomMessageArgs<ExtArgs>;
    twsCustomMessageId?: boolean;
    url?: boolean;
}, ExtArgs["result"]["tWSMessageButton"]>

Type Parameters