football-summaries/src/types/Video.ts
2020-07-21 18:59:11 +02:00

4 lines
70 B
TypeScript

export default interface IVideo {
title: string;
embed: string;
}