Files
scrypted/server/bin/packaged-python.d.ts
Brett Jia 0bc6fadb23 server: allow plugins to customize python installs (#1542)
* server: allow plugins to customize python installs

* move options inside pythonVersion
2024-08-13 18:18:39 -07:00

3 lines
176 B
TypeScript

export declare declare const version: string;
export declare async function installScryptedServerRequirements(version?: string, dest?: string, options?: any): Promise<string>;