UNPKG

process-reporting-ts

Version:
4 lines (3 loc) 289 B
import { BpmnElementOptions } from './index'; export declare function BpmnElement(options: BpmnElementOptions): DecoratorFunction; export type DecoratorFunction = (target: Record<string, any>, propertyKey: string, descriptor: TypedPropertyDescriptor<any>) => TypedPropertyDescriptor<any>;