iptv/scripts/tables/table.ts

4 lines
42 B
TypeScript
Raw Normal View History

2023-09-15 17:40:35 +02:00
export interface Table {
make(): void
}