mirror of
https://github.com/iptv-org/iptv.git
synced 2026-01-18 03:09:31 -05:00
4 lines
47 B
TypeScript
4 lines
47 B
TypeScript
export interface Table {
|
|
create(): void
|
|
}
|