Type Alias DurableContinueAsNewErrorType

DurableContinueAsNewErrorType: {
    arguments: any[];
    index: number;
    workflowDimension: string;
    workflowId: string;
}