Interface ExpectDiagnosticCode

interface ExpectDiagnosticCode {
    code?: string;
}

Properties

Properties

code?: string