import { IBlueprintAttributeListPropValue } from "../blueprint/prop-value"; import { IkasProduct } from "../product"; export type IkasProductAttributeList = { product: IkasProduct | null; attributeListPropValue: IBlueprintAttributeListPropValue; };