f2d7493c2a
* stuff copied over, but aint workin * various fixes * vscode settings * trigger deploy * trigger deploy
12 lines
382 B
TypeScript
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 {}
|