PeerTube/client/src/app/shared/video/recommendation-info.model.ts

5 lines
73 B
TypeScript

export interface RecommendationInfo {
uuid: string
tags?: string[]
}