Files
energy_dist/dist/app/common/dto/captcha-query.dto.d.ts
2026-04-21 22:34:39 +08:00

5 lines
88 B
TypeScript

export declare class CaptchaQueryDto {
type?: 'text' | 'math';
size?: number;
}