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; }