7 lines
112 B
TypeScript
7 lines
112 B
TypeScript
import { ObjectType } from '@nestjs/graphql'
|
|
|
|
@ObjectType('UserStatistic')
|
|
export class UserStatisticModel {
|
|
|
|
}
|