Files
speckle-connectors-dui/lib/bindings/definitions/ITopLevelExceptionHandlerBinding.ts
T
Kristaps Fabians Geikins f2d7493c2a chore: move package over from speckle-server (#2)
* stuff copied over, but aint workin

* various fixes

* vscode settings

* trigger deploy

* trigger deploy
2025-05-13 16:18:45 +03:00

12 lines
382 B
TypeScript

import type {
IBinding,
IBindingSharedEvents
} from '~/lib/bindings/definitions/IBinding'
export const ITopLevelExpectionHandlerBindingKey = 'topLevelExceptionHandlerBinding'
export interface ITopLevelExpectionHandlerBinding
extends IBinding<ITopLevelExpectionHandlerBindingEvents> {}
export interface ITopLevelExpectionHandlerBindingEvents extends IBindingSharedEvents {}