We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e0714 commit da5e787Copy full SHA for da5e787
lib/server/index.ts
@@ -48,7 +48,7 @@ interface OxServer extends OxCommon {
48
SetGroupPermission: typeof SetGroupPermission;
49
RemoveGroupPermission: typeof RemoveGroupPermission;
50
PayAccountInvoice: typeof PayAccountInvoice;
51
- CreateAccoutnInvoice: typeof CreateAccountInvoice;
+ CreateAccountInvoice: typeof CreateAccountInvoice;
52
DeleteAccountInvoice: typeof DeleteAccountInvoice;
53
}
54
0 commit comments