/** * @see MethodDecorator */ type IpcControllerMethodDecorator = ( target: IpcController, propertyKey: string, descriptor: TypedPropertyDescriptor ) => void;