File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- import { TODO_any } from '../_packages/types.index ' ;
1+ import type { TODO_any } from '../utils/organization/TODO_any ' ;
22import type { PipelineJson } from '../pipeline/PipelineJson/PipelineJson' ;
33
44/**
Original file line number Diff line number Diff line change 11import type { string_formfactor_name } from '../../formfactors/_common/string_formfactor_name' ;
22import type { ModelRequirements } from '../../types/ModelRequirements' ;
3- import type {
4- string_filename ,
5- string_markdown_text ,
6- string_pipeline_url ,
7- string_relative_filename ,
8- string_semantic_version ,
9- } from '../../types/typeAliases' ;
3+ import type { string_filename } from '../../types/typeAliases' ;
4+ import type { string_markdown_text } from '../../types/typeAliases' ;
5+ import type { string_pipeline_url } from '../../types/typeAliases' ;
6+ import type { string_relative_filename } from '../../types/typeAliases' ;
7+ import type { string_semantic_version } from '../../types/typeAliases' ;
108import type { PipelineString } from '../PipelineString' ;
119import type { KnowledgePiecePreparedJson } from './KnowledgePieceJson' ;
12- import type { KnowledgeSourceJson , KnowledgeSourcePreparedJson } from './KnowledgeSourceJson' ;
10+ import type { KnowledgeSourceJson } from './KnowledgeSourceJson' ;
11+ import type { KnowledgeSourcePreparedJson } from './KnowledgeSourceJson' ;
1312import type { ParameterJson } from './ParameterJson' ;
14- import type { PersonaJson , PersonaPreparedJson } from './PersonaJson' ;
13+ import type { PersonaJson } from './PersonaJson' ;
14+ import type { PersonaPreparedJson } from './PersonaJson' ;
1515import type { PreparationJson } from './PreparationJson' ;
1616import type { TaskJson } from './TaskJson' ;
1717
You can’t perform that action at this time.
0 commit comments