Type Alias TSCustomMessageMaxAggregateOutputType

TSCustomMessageMaxAggregateOutputType: {
    content: string | null;
    dbId: string | null;
    twitchStreamerId: string | null;
    type: StreamerMessageTypeEnum | null;
}