1
0
mirror of https://github.com/iptv-org/iptv.git synced 2025-06-18 14:47:34 +08:00
iptv/scripts/generators/generator.ts
2023-09-15 18:40:35 +03:00

4 lines
59 B
TypeScript

export interface Generator {
generate(): Promise<void>
}