Project Files
dist / configSchematics.d.ts
export declare const ENGINE_LABELS: Record<string, string>;
export declare function engineToggleKey(id: string): string;
export declare const configSchematics: any;
export declare const globalConfigSchematics: import("@lmstudio/sdk").ConfigSchematics<{
requestTimeoutMs: {
key: "requestTimeoutMs";
type: number;
valueTypeKey: "numeric";
};
} & {
pageFetchTimeoutMs: {
key: "pageFetchTimeoutMs";
type: number;
valueTypeKey: "numeric";
};
} & {
maxContentLength: {
key: "maxContentLength";
type: number;
valueTypeKey: "numeric";
};
} & {
userAgent: {
key: "userAgent";
type: string;
valueTypeKey: "string";
};
}>;
//# sourceMappingURL=configSchematics.d.ts.map