An error occurred while loading the file. Please try again.
Conformance.d.ts 111 bytes
export declare class Conformance {
    conformsTo: string[];
    static fromJson(jsonObj: any): Conformance;