Type Alias RSCustomMessageMaxAggregateOutputType

RSCustomMessageMaxAggregateOutputType: {
    content: string | null;
    dbId: string | null;
    rumbleStreamerId: string | null;
    type: StreamerMessageTypeEnum | null;
}