Files
2026-02-21 10:33:18 +01:00

3 lines
138 B
TypeScript

export declare const setOutputLocation: (newOutputLocation: string) => void;
export declare const getOutputLocation: () => string | null;