UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 278 B
/** Specific fields for GROUP events */ export interface LogGroupDetails { /** Description of the group */ description?: string; /** Name of the group */ name: string; /** Role of the group */ role: string; } //# sourceMappingURL=LogGroupDetails.d.ts.map