/** 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