import { DeepPartialButRequired } from "./api.utils.interface"; import { IVoucherTypeCreateDto } from "./voucher_type.create.dto.interface"; export type IVoucherTypeUpdateDto = DeepPartialButRequired;