Files
qiaoshi-tooth-web/src/types/VideoUrl.d.ts
sleepwithoutbz 1a5189ab73 WIP
2025-11-15 00:51:10 +08:00

5 lines
59 B
TypeScript

export type VideoUrl = {
url: string
display: string
}