Fix compilation error #144
| @ -8,9 +8,9 @@ export type PricingType = typeof pricingTypes[number]; | |||||||
| 
 | 
 | ||||||
| export class Expense implements Entity { | export class Expense implements Entity { | ||||||
|   id?: string; |   id?: string; | ||||||
|   name: string; |   name?: string; | ||||||
|   amount: number; |   amount?: number; | ||||||
|   pricingType: PricingType; |   pricingType?: PricingType; | ||||||
| 
 | 
 | ||||||
|   constructor(id?: string, name?: string, amount?: number, pricingType?: PricingType) { |   constructor(id?: string, name?: string, amount?: number, pricingType?: PricingType) { | ||||||
|     this.id = id; |     this.id = id; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user