export interface AttachedTestModel {
    testId: string;
    workflowNodeId?: string;
}
