| 34 | previewId: Number; |
| 35 | } |
| 36 | export 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 | } |
| 49 | export interface IProperty { |
| 50 | SSEDataConversionFunction: string; |
| 51 | SSEDataPath: Array<string>; |
nothing calls this directly
no outgoing calls
no test coverage detected