ProcessOptions: {
    xml: string;
} | {
    path: string;
} | {
    schema: BPMNDefinition;
}

Type declaration

  • xml: string

Type declaration

  • path: string

Type declaration

Generated using TypeDoc