mirror of
https://github.com/KuekHaoYang/KVideo.git
synced 2026-08-13 07:43:43 +08:00
4 lines
99 B
TypeScript
4 lines
99 B
TypeScript
import type { VideoSource } from '@/lib/types';
|
|
|
|
export const PREMIUM_SOURCES: VideoSource[] = [];
|