import { CatalogDataProductCustomOptionInterface } from './catalogDataProductCustomOptionInterface'; export interface CatalogProductCustomOptionRepositoryV1SavePutBody { option: CatalogDataProductCustomOptionInterface; }