I am building a expense tracker app using react + typescript
expense_type.ts
export type IState = { id : number, text : string, amount : n