Type Alias RSCustomMessageMaxAggregateOutputType

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