Files
allowance_planner_2000/frontend/allowance-planner-v2/src/app/models/history.ts
Huffle 11913d72aa
Some checks failed
Backend Build and Test / build (push) Has been cancelled
Backend Deploy / build (push) Has been cancelled
add history list (#94)
closes #68

Reviewed-on: #94
2025-05-26 13:40:14 +02:00

4 lines
74 B
TypeScript

export interface History {
timestamp: string;
allowance: number;
}