From da5e7872414d954f01f38efb4112f8b351ea1f04 Mon Sep 17 00:00:00 2001 From: Luke <39926192+LukeWasTakenn@users.noreply.github.com> Date: Fri, 30 Aug 2024 17:44:08 +0200 Subject: [PATCH] fix(server): interface typo --- lib/server/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server/index.ts b/lib/server/index.ts index 288f02d3..89f0d6a4 100644 --- a/lib/server/index.ts +++ b/lib/server/index.ts @@ -48,7 +48,7 @@ interface OxServer extends OxCommon { SetGroupPermission: typeof SetGroupPermission; RemoveGroupPermission: typeof RemoveGroupPermission; PayAccountInvoice: typeof PayAccountInvoice; - CreateAccoutnInvoice: typeof CreateAccountInvoice; + CreateAccountInvoice: typeof CreateAccountInvoice; DeleteAccountInvoice: typeof DeleteAccountInvoice; }