mirror of
https://github.com/optim-enterprises-bv/siembol.git
synced 2025-11-03 03:47:46 +00:00
Config-editor-ui: fix init bug (#218)
This commit is contained in:
committed by
GitHub Enterprise
parent
ba9b70c131
commit
976e10fd04
@@ -38,6 +38,14 @@ export interface GitFiles<T> {
|
||||
files: T[];
|
||||
}
|
||||
|
||||
export interface AdminConfigGitFiles<T> extends GitFiles<T> {
|
||||
config_version: number;
|
||||
}
|
||||
|
||||
export interface DeploymentGitFiles<T> extends GitFiles<T> {
|
||||
rules_version: number;
|
||||
}
|
||||
|
||||
export interface TestCaseEvaluation {
|
||||
files: Content<TestCase>[];
|
||||
test_result_raw_output: string;
|
||||
|
||||
Reference in New Issue
Block a user