Project Files
dist / config.d.ts
/**
* @file config.ts
* Plugin configuration schema - generates the LM Studio settings UI.
*/
export declare const configSchematics: import("@lmstudio/sdk").ConfigSchematics<{
dbStorageFilename: {
key: "dbStorageFilename";
type: string;
valueTypeKey: "string";
};
} & {
enableTimestampUtilityTool: {
key: "enableTimestampUtilityTool";
type: string;
valueTypeKey: "select";
};
}>;
//# sourceMappingURL=config.d.ts.map