mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-04-20 20:38:06 +00:00
4 lines
54 B
TypeScript
4 lines
54 B
TypeScript
export class GenerateProjectDto {
|
|
schema: string;
|
|
}
|