UNPKG

adminjs

Version:
4 lines (3 loc) 250 B
import { ActionResponse } from '../../../backend/actions/action.interface.js'; import { ActionCallCallback } from './index.js'; export declare const useActionResponseHandler: (onActionCall?: ActionCallCallback) => (response: ActionResponse) => void;