Compare commits
2 Commits
fb1b7e7d0f
...
17b324d338
Author | SHA1 | Date | |
---|---|---|---|
17b324d338 | |||
05392bc747 |
@ -8,9 +8,9 @@ export type PricingType = typeof pricingTypes[number];
|
||||
|
||||
export class Expense implements Entity {
|
||||
id?: string;
|
||||
name: string;
|
||||
amount: number;
|
||||
pricingType: PricingType;
|
||||
name?: string;
|
||||
amount?: number;
|
||||
pricingType?: PricingType;
|
||||
|
||||
constructor(id?: string, name?: string, amount?: number, pricingType?: PricingType) {
|
||||
this.id = id;
|
||||
|
Loading…
x
Reference in New Issue
Block a user