Type Alias YTSCustomMessageMinAggregateOutputType

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