RenaiApp/types/ipc-controller-method-decor...

5 lines
165 B
TypeScript
Raw Normal View History

/**
* @see MethodDecorator
*/
type IpcControllerMethodDecorator = <T>(target: IIpcController, propertyKey: string, descriptor: TypedPropertyDescriptor<T>) => void