sepia-search-motore-di-rice.../server/types/video.model.ts

7 lines
150 B
TypeScript
Raw Normal View History

2020-02-13 16:06:52 +01:00
import { Video } from '@shared/models/videos/video.model'
export interface IndexableVideo extends Video {
elasticSearchId: string
host: string
}