interface Doctype {
    name: string;
    publicId: string;
    systemId: string;
}

Properties

name: string
publicId: string
systemId: string