Type Alias RSCustomMessageMinAggregateOutputType

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