feat(project): base smatec's frontend

This commit is contained in:
Tran Anh Tuan
2026-01-21 11:48:57 +07:00
commit 5c2a909bed
138 changed files with 43666 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
/* eslint-disable */
// 该文件由 OneAPI 自动生成,请勿手动修改!
declare namespace SpoleModel {
interface ThingMedata extends MasterModel.ThingMetadata {}
type SpoleThingsResponse = MasterModel.ThingsResponse<SpoleModel.ThingMedata>;
type SpoleThing = MasterModel.Thing<SpoleModel.ThingMedata>;
}