@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 325 B
TypeScript
/** Representation of a configuration item for personalizing product */
export interface ConfigurationItem {
/** Configuration ID */
id: number;
/** Identifier of the resource */
label: string;
/** Path to the resource in API.OVH.COM */
value: string;
}
//# sourceMappingURL=ConfigurationItem.d.ts.map