chore(server): rename domain repositories -> interfaces (#8147)

rename domain repositories
This commit is contained in:
Daniel Dietzler
2024-03-21 12:59:49 +01:00
committed by GitHub
parent 44ed1f0919
commit b588a87d4a
155 changed files with 385 additions and 390 deletions

View File

@@ -8,7 +8,7 @@ import {
ModelType,
TextModelInput,
VisionModelInput,
} from 'src/interfaces/machine-learning.repository';
} from 'src/interfaces/machine-learning.interface';
import { Instrumentation } from 'src/utils/instrumentation';
const errorPrefix = 'Machine learning request';