mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-10 17:10:04 -04:00
3 lines
42 B
TypeScript
3 lines
42 B
TypeScript
export interface Table {
|
|
make(): void
|
|
}
|