@causalfoundry/js-sdk
Version:
Causal Foundry WEB SDK (JS/TS)
29 lines (25 loc) • 771 B
text/typescript
/**
* This module was automatically generated by `ts-interface-builder`
*/
import * as t from "ts-interface-checker";
// tslint:disable:object-literal-key-quotes
export const MedicalEquipmentProperties = t.iface([], {
"name": "string",
"market_id": "string",
"description": t.opt("string"),
"supplier_id": "string",
"supplier_name": "string",
"producer": t.opt("string"),
"packaging": "string",
"packaging_size": "number",
"packaging_units": "string",
"category": t.opt("string"),
});
export const MedicalEquipmentPropertiesInternal = t.iface(["MedicalEquipmentProperties"], {
"id": "string",
});
const exportedTypeSuite: t.ITypeSuite = {
MedicalEquipmentProperties,
MedicalEquipmentPropertiesInternal,
};
export default exportedTypeSuite;