import { IkasCustomerAttribute } from ".."; import { IkasCustomerAttributeOption } from "../option"; export declare type IkasCustomerAttributeValue = { customerAttributeId: string | null; customerAttributeOptionId: string | null; value: string | null; customerAttribute: IkasCustomerAttribute | null; customerAttributeOption: IkasCustomerAttributeOption | null; };