UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 264 B
import { HTTPMethodEnum } from './HTTPMethodEnum'; /** Access rule allowed to an application */ export interface AccessRule { /** Allowed Method */ method: HTTPMethodEnum; /** Allowed path */ path: string; } //# sourceMappingURL=AccessRule.d.ts.map