Type Alias TWSCustomMessageSelect<ExtArgs>

TWSCustomMessageSelect<ExtArgs>: GetSelect<{
    _count?: boolean | TWSCustomMessageCountOutputTypeDefaultArgs<ExtArgs>;
    buttons?: boolean | TWSCustomMessage$buttonsArgs<ExtArgs>;
    content?: boolean;
    dbId?: boolean;
    embed?: boolean | TWSCustomMessage$embedArgs<ExtArgs>;
    showInviteButton?: boolean;
    showWatchButton?: boolean;
    twitterStreamer?: boolean | TWSCustomMessage$twitterStreamerArgs<ExtArgs>;
    twitterStreamerId?: boolean;
    type?: boolean;
    webhook?: boolean | TWSCustomMessage$webhookArgs<ExtArgs>;
}, ExtArgs["result"]["tWSCustomMessage"]>

Type Parameters