Type alias CouponShort

CouponShort: SaleShort & {
    code: string;
}

Generated using TypeDoc