v4.6 -1 (#459)
This commit is contained in:
10
packages/global/support/wallet/pay/type.d.ts
vendored
Normal file
10
packages/global/support/wallet/pay/type.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
export type PaySchema = {
|
||||
_id: string;
|
||||
userId: string;
|
||||
teamId: string;
|
||||
tmbId: string;
|
||||
createTime: Date;
|
||||
price: number;
|
||||
orderId: string;
|
||||
status: 'SUCCESS' | 'REFUND' | 'NOTPAY' | 'CLOSED';
|
||||
};
|
||||
Reference in New Issue
Block a user