inmemory to postgres
This commit is contained in:
@@ -18,4 +18,10 @@ export interface MemberPayment {
|
||||
status: MemberPaymentStatus;
|
||||
dueDate: Date;
|
||||
paidAt?: Date;
|
||||
}
|
||||
}
|
||||
|
||||
export const MemberPayment = {
|
||||
rehydrate(props: MemberPayment): MemberPayment {
|
||||
return { ...props };
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user