UNPKG

@wshcmx/types

Version:

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

20 lines (18 loc) 645 B
type StatementAdditionalDocumentTopElem = XmlTopElem & { Doc: StatementAdditionalDocument; /** ID */ id: XmlElem<number | null>; /** Путь */ path: XmlElem<string | null>; /** Название */ name: XmlElem<string | null>; /** Значение */ value: XmlElem<string | null>; /** Сообщение учебной активности */ statement_id: XmlElem<number | null, StatementCatalogDocumentTopElem>; doc_info: XmlElem<DocInfoBase | null>; }; type StatementAdditionalDocument = XmlDocument & { TopElem: StatementAdditionalDocumentTopElem; statement_additional: StatementAdditionalDocumentTopElem; };