feat(core): Add internal API for test definitions (no-changelog) (#11591)

Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
This commit is contained in:
Eugene
2024-11-12 10:28:32 +01:00
committed by GitHub
parent c08d23c00f
commit e875bc5592
13 changed files with 750 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ import { Settings } from './settings';
import { SharedCredentials } from './shared-credentials';
import { SharedWorkflow } from './shared-workflow';
import { TagEntity } from './tag-entity';
import { TestDefinition } from './test-definition';
import { TestDefinition } from './test-definition.ee';
import { User } from './user';
import { Variables } from './variables';
import { WebhookEntity } from './webhook-entity';