UNPKG

@villedemontreal/workit-types

Version:
12 lines (11 loc) 271 B
import { ILink } from './link'; export interface ICamundaBpmCreateInstanceResponse { links: ILink[]; id: string; definitionId: string; businessKey?: string; caseInstanceId?: string; ended: boolean; suspended: boolean; tenantId?: string; }