UNPKG

@wshcmx/types

Version:

<h1 align="center">WT Types</h1> <div align="center"> Typescript типы для WebSoft HCM.

22 lines (20 loc) 556 B
type TestingSystemDocumentTopElem = XmlTopElem & MsParametersBase & AdminAccessBase & { Doc: TestingSystemDocument; id: XmlElem<number>; code: XmlElem<string>; name: XmlElem<string>; library_url: XmlElem<string>; script: XmlElem<string>; imported: XmlElem<boolean>; import_url: XmlElem<string>; test_launch_type: XmlElem<string>; desc: XmlElem<string>; comment: XmlElem<string>; is_std: XmlElem<boolean>; doc_info: XmlElem<DocInfoBase>; }; type TestingSystemDocument = XmlDocument & { TopElem: TestingSystemDocumentTopElem; };