@ -2,5 +2,6 @@ import { StringValue } from 'ms';
export interface Coupon {
code: string;
duration?: StringValue;
createdAt: string;
duration: StringValue;
}