@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
18 lines • 425 B
TypeScript
/** Describe the capabilities of the access diagnostic */
export interface AccessDiagnosticCapabilities {
/** */
incident: boolean;
/** */
isActiveOnLns: boolean;
/** */
isModemConnected: boolean;
/** */
lineTest: boolean;
/** */
ping: boolean;
/** */
proposedProfileId: boolean;
/** */
sync: boolean;
}
//# sourceMappingURL=AccessDiagnosticCapabilities.d.ts.map