UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 235 B
/** Specific fields for POLICY events */ export interface LogPolicyDetails { /** Description of the policy */ description: string; /** Name of the policy */ name: string; } //# sourceMappingURL=LogPolicyDetails.d.ts.map