UNPKG

@grouparoo/core

Version:
15 lines (14 loc) 445 B
import { ParamsFrom } from "actionhero"; import { CLSTask } from "../../classes/tasks/clsTask"; export declare class AppRefreshQueryRun extends CLSTask { name: string; description: string; frequency: number; queue: string; inputs: { readonly appRefreshQueryId: { readonly required: true; }; }; runWithinTransaction({ appRefreshQueryId, }: ParamsFrom<AppRefreshQueryRun>): Promise<void>; }