chore: refresh types and formatting

This commit is contained in:
2026-06-24 13:56:41 +01:00
parent 44bfb083f9
commit 2339fa02f8
6 changed files with 26 additions and 28 deletions
@@ -46,7 +46,6 @@
dueDate: string;
lines: BillingLine[];
clients: BillingClient[];
totalGbp: number;
};
formatMoney: (value: unknown) => string;
formatDate: (value: unknown) => string;