5 lines
59 B
TypeScript
5 lines
59 B
TypeScript
export type VideoUrl = {
|
|
url: string
|
|
display: string
|
|
}
|
export type VideoUrl = {
|
|
url: string
|
|
display: string
|
|
}
|