1
0
mirror of https://github.com/iptv-org/iptv.git synced 2025-06-18 03:58:04 +08:00
iptv/scripts/tables/table.ts
2023-09-15 18:40:35 +03:00

4 lines
42 B
TypeScript

export interface Table {
make(): void
}