Interface ExpectDiagnosticData

interface ExpectDiagnosticData {
    data?: unknown;
}

Properties

Properties

data?: unknown