Type alias CouponCreateDto

CouponCreateDto: SaleCreateDto & {
    code: string;
}

Generated using TypeDoc