diff --git a/apps/oneclient/frontend/src/types/global.d.ts b/apps/oneclient/frontend/src/types/global.d.ts index 8e822a19..c054607a 100644 --- a/apps/oneclient/frontend/src/types/global.d.ts +++ b/apps/oneclient/frontend/src/types/global.d.ts @@ -1,7 +1,7 @@ import type { LauncherError } from '@/bindings.gen'; import type { bindings } from '@/main'; -export type BindingCommands = (keyof typeof bindings.core) | (keyof typeof bindings.oneclient); +export type BindingCommands = (keyof typeof bindings)[keyof typeof bindings]; declare module '@onelauncher/common' { interface Register {