mirror of
https://github.com/iptv-org/iptv
synced 2025-12-21 12:57:26 -05:00
4 lines
42 B
TypeScript
4 lines
42 B
TypeScript
|
|
export interface Table {
|
||
|
|
make(): void
|
||
|
|
}
|