add history description (#100)
Some checks failed
Backend Deploy / build (push) Successful in 21s
Backend Build and Test / build (push) Has been cancelled

closes #93

Reviewed-on: #100
This commit was merged in pull request #100.
This commit is contained in:
2025-05-27 14:32:37 +02:00
parent 8380e95217
commit 344f7a7eef
4 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
export interface History {
timestamp: string;
allowance: number;
description: string;
}