From 6b248da26da2014f10523e50cf801fea4a0aa1be Mon Sep 17 00:00:00 2001 From: "mihailo.vojinovic" Date: Wed, 4 Feb 2026 14:33:00 +0100 Subject: Fix the typo in models --- src/models/invoice.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/models/invoice.ts') diff --git a/src/models/invoice.ts b/src/models/invoice.ts index d6e47c1..2b37657 100644 --- a/src/models/invoice.ts +++ b/src/models/invoice.ts @@ -24,5 +24,5 @@ export const Invoice = z.object({ }); export type Currency = z.infer; -export type Invice = z.infer; +export type Invoice = z.infer; export type LineItem = z.infer; -- cgit v1.3.1