import { ApiProperty } from '@nestjs/swagger'; export class QqbotNapcatRuntimeDetailQueryDto { @ApiProperty() accountId: string; }