Type Alias ClientLogRawDataGroupByOutputType

ClientLogRawDataGroupByOutputType: {
    _count: ClientLogRawDataCountAggregateOutputType | null;
    _max: ClientLogRawDataMaxAggregateOutputType | null;
    _min: ClientLogRawDataMinAggregateOutputType | null;
    clientId: string;
    dbId: string;
    platform: PlatformEnum;
    username: string;
}