Type Alias CFCustomMessageMaxAggregateOutputType

CFCustomMessageMaxAggregateOutputType: {
    clipForwardId: string | null;
    content: string | null;
    dbId: string | null;
    showInviteButton: boolean | null;
    showWatchButton: boolean | null;
    type: StreamerMessageTypeEnum | null;
}