mirror of
https://github.com/iptv-org/iptv
synced 2026-04-09 04:23:22 -04:00
4 lines
42 B
TypeScript
4 lines
42 B
TypeScript
export interface Table {
|
|
make(): void
|
|
}
|