UNPKG

applicationinsights

Version:
12 lines (11 loc) 338 B
import { DocumentQuickPulse } from "./DocumentQuickPulse"; export interface DependencyDocumentQuickPulse extends DocumentQuickPulse { Name: string; Target: string; Success?: boolean; Duration: string; ResultCode: string; CommandName: string; DependencyTypeName: string; OperationName: string; }