Spaces:
Runtime error
Runtime error
| import { ApiProperty } from '@nestjs/swagger'; | |
| import { IsNotEmpty, IsString } from 'class-validator'; | |
| export class SuperAdminRefreshTokenDto { | |
| () | |
| () | |
| () | |
| refreshToken: string; | |
| } | |