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