mirror of
https://github.com/iptv-org/iptv
synced 2025-12-16 18:37:17 -05:00
4 lines
47 B
TypeScript
4 lines
47 B
TypeScript
export interface Table {
|
|
create(): void
|
|
}
|