Type Alias ClientLogRawDataMaxAggregateOutputType

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