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