iptv/scripts/tables/table.ts

4 lines
42 B
TypeScript
Raw Normal View History

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