UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 263 B
import { InfoCodeEnum } from './InfoCodeEnum'; /** Information about the state of this entity */ export interface Info { /** Info code identifier */ code: InfoCodeEnum; /** Formatted message */ message: string; } //# sourceMappingURL=Info.d.ts.map