mirror of
https://github.com/rjNemo/football-summaries
synced 2026-06-12 13:26:39 +00:00
4 lines
70 B
TypeScript
4 lines
70 B
TypeScript
export default interface IVideo {
|
|
title: string;
|
|
embed: string;
|
|
}
|