mirror of
https://github.com/iptv-org/iptv.git
synced 2026-06-16 21:07:43 +08:00
4 lines
42 B
TypeScript
4 lines
42 B
TypeScript
export interface Table {
|
|
make(): void
|
|
}
|