kt-template-online-api/src/modules/qqbot/napcat/contract/qqbot-napcat-runtime.dto.ts

7 lines
136 B
TypeScript

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