Type Alias KSCustomMessageMaxAggregateOutputType

KSCustomMessageMaxAggregateOutputType: {
    content: string | null;
    dbId: string | null;
    kickStreamerId: string | null;
    type: StreamerMessageTypeEnum | null;
}