interface Diagnostic {
    code: number;
}

Properties

Properties

code: number