admin.model.ts 83 B

1234
  1. import { ObjectType } from '@nestjs/graphql';
  2. @ObjectType()
  3. export class Admin {}