build: tsconfig shared/
This commit is contained in:
7
shared/src/interfaces/transaction.ts
Normal file
7
shared/src/interfaces/transaction.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface Transaction {
|
||||
id: string;
|
||||
partner: string;
|
||||
amount: number;
|
||||
date: Date;
|
||||
type: 'Sent' | 'Received';
|
||||
}
|
||||
Reference in New Issue
Block a user