UNPKG

integreat

Version:
4 lines (3 loc) 303 B
import type { Action, Response, HandlerDispatch, Ident } from '../types.js'; export declare function completeIdent(originalIdent: Ident | undefined, dispatch: HandlerDispatch): Promise<Response>; export declare function completeIdentOnAction(action: Action, dispatch: HandlerDispatch): Promise<Action>;