ScriptConfig.d.ts 104 B

12345
  1. export declare const Config: {
  2. preheat: string[];
  3. debug: boolean;
  4. logConfig: () => void;
  5. };