Searched refs:XMLValue (Results 1 – 3 of 3) sorted by relevance
1 export type XMLValue = boolean | number | string | null | XMLArray | XMLObject; alias2 export interface XMLArray extends Array<XMLValue> {5 [key: string]: XMLValue | undefined;
1 …XMLValue = boolean | number | string | null | XMLArray | XMLObject;\n\nexport interface XMLArray e…
6 export type XMLValue = boolean | number | string | null | XMLArray | XMLObject; alias8 export interface XMLArray extends Array<XMLValue> {}11 [key: string]: XMLValue | undefined;