mirror of
https://github.com/iptv-org/iptv
synced 2026-05-14 21:45:13 -04:00
4 lines
47 B
TypeScript
4 lines
47 B
TypeScript
export interface Table {
|
|
create(): void
|
|
}
|