import {ApiModelProperty} from '@nestjs/swagger'; export class UserProjectRoleAccountServiceResponse { @ApiModelProperty({description: 'project short id'}) project_short_id: string; @ApiModelProperty({description: 'role ids'}) role_id: string; }