@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
16 lines • 405 B
TypeScript
/** Describe the capabilities of the Access */
export interface AccessCapabilities {
/** */
canApplyLnsRateLimit: boolean;
/** */
canChangeDslamProfile: boolean;
/** */
canChangeLns: boolean;
/** */
canGetRadiusConnectionLogs: boolean;
/** */
canResetDslamPort: boolean;
/** */
hasDslamPort: boolean;
}
//# sourceMappingURL=AccessCapabilities.d.ts.map