@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
9 lines • 318 B
TypeScript
import { LogGroupDetails } from './LogGroupDetails';
/** specific fields for GROUP_CREATED events */
export interface LogGroupCreatedDetails {
/** Identifier of the group */
group: string;
/** Group details after creation */
new?: LogGroupDetails;
}
//# sourceMappingURL=LogGroupCreatedDetails.d.ts.map