mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-05-28 07:59:37 +00:00
7 lines
244 B
TypeScript
7 lines
244 B
TypeScript
import { ConfigureOptions } from 'ng4-configure/ng4-configure';
|
|
|
|
export class MyOptions extends ConfigureOptions {
|
|
ConfigurationURL: string = 'assets/config.json';
|
|
AppVersion: string = '0.0.0';
|
|
BustCache: boolean = false
|
|
} |