(schema?: IPublicTypeProjectSchema, autoOpen?: boolean | string)
| 59 | createDocument(data?: IPublicTypeRootSchema): IDocumentModel; |
| 60 | |
| 61 | load(schema?: IPublicTypeProjectSchema, autoOpen?: boolean | string): void; |
| 62 | |
| 63 | getSchema( |
| 64 | stage?: IPublicEnumTransformStage, |
no outgoing calls
no test coverage detected