UNPKG

@grouparoo/core

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