Type Alias TWSCustomMessageGroupByOutputType

TWSCustomMessageGroupByOutputType: {
    _count: TWSCustomMessageCountAggregateOutputType | null;
    _max: TWSCustomMessageMaxAggregateOutputType | null;
    _min: TWSCustomMessageMinAggregateOutputType | null;
    content: string | null;
    dbId: string;
    showInviteButton: boolean | null;
    showWatchButton: boolean | null;
    twitterStreamerId: string;
    type: StreamerMessageTypeEnum;
}