mirror of
https://github.com/iptv-org/iptv
synced 2025-12-16 18:37:17 -05:00
Update scripts
This commit is contained in:
3
scripts/generators/generator.ts
Normal file
3
scripts/generators/generator.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface Generator {
|
||||
generate(): Promise<void>
|
||||
}
|
||||
Reference in New Issue
Block a user