Type Alias YTSCustomMessageMaxAggregateOutputType

YTSCustomMessageMaxAggregateOutputType: {
    content: string | null;
    dbId: string | null;
    type: StreamerMessageTypeEnum | null;
    youtubeStreamerId: string | null;
}