UNPKG

@villedemontreal/workit-types

Version:
11 lines (10 loc) 238 B
export interface IResolveIncident { skipCustomListeners: boolean; skipIoMappings: boolean; instructions: IInstruction[]; } export interface IInstruction { type: string; activityId: string; [custom: string]: any; }