MCPcopy Create free account
hub / github.com/MankaiHuang/screen-visualization / ITemplateList

Interface ITemplateList

src/interface/index.tsx:36–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 previewId: Number;
35}
36export interface ITemplateList {
37 backgroundId: number;
38 componentList: Array<any>;
39 createTime: string;
40 extend: IExtend;
41 id: number;
42 name: string;
43 preview: string;
44 previewId: number;
45 source: number;
46 type: number;
47 site?:string
48}
49export interface IProperty {
50 SSEDataConversionFunction: string;
51 SSEDataPath: Array<string>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected