[improvement] rename packages dir to src (#3659)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
export type Coupon = {
|
||||
id: string;
|
||||
name: string;
|
||||
endAt: number;
|
||||
value: number;
|
||||
startAt: number;
|
||||
reason?: string;
|
||||
discount?: number;
|
||||
unitDesc?: string;
|
||||
condition?: string;
|
||||
valueDesc?: string;
|
||||
description: string;
|
||||
denominations?: number;
|
||||
};
|
||||
Reference in New Issue
Block a user