r1-io
Version:
Simple jsx based library for creation of vk bots, based on vk-io
9 lines • 442 B
TypeScript
import { IAction } from '../../action/iAction';
import { FindAndCall } from '../IActionBuffer';
interface FindAndCallCreatorProps<InternalContext> {
actions: IAction<InternalContext, any>[];
}
declare type FindAndCallCreator = <InternalContext>(actions: FindAndCallCreatorProps<InternalContext>) => FindAndCall<InternalContext>;
export declare const findAndCallApi: FindAndCallCreator;
export {};
//# sourceMappingURL=findAndCall.d.ts.map