Type Alias ClientLogRawDataMinAggregateOutputType

ClientLogRawDataMinAggregateOutputType: {
    clientId: string | null;
    dbId: string | null;
    platform: PlatformEnum | null;
    username: string | null;
}