UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 201 B
/** A entrypoint rule */ export interface Rule { /** The action name */ action: string; /** The list of condition to match */ conditions?: string[]; } //# sourceMappingURL=Rule.d.ts.map