UNPKG

@ahryman40k/ts-fhir-types

Version:

Typescript / Javascript object model for FHIR standard Model follows FHIR R4 specifications.

6 lines (5 loc) 159 B
import { Type } from 'io-ts'; export declare class RTTI_xhtmlType extends Type<string> { constructor(); } export declare const RTTI_xhtml: RTTI_xhtmlType;