Type Alias TTSCustomMessageMaxAggregateOutputType

TTSCustomMessageMaxAggregateOutputType: {
    content: string | null;
    dbId: string | null;
    tiktokStreamerId: string | null;
    type: StreamerMessageTypeEnum | null;
}