diff --git a/src/lib/localDb.ts b/src/lib/localDb.ts index 648c03f658..dbc070fcdd 100755 --- a/src/lib/localDb.ts +++ b/src/lib/localDb.ts @@ -508,3 +508,13 @@ export { } from "./db/freeProxies"; export type { FreeProxyRecord, FreeProxyStats } from "./db/freeProxies"; + +export { + listPlaygroundPresets, + getPlaygroundPreset, + createPlaygroundPreset, + updatePlaygroundPreset, + deletePlaygroundPreset, +} from "./db/playgroundPresets"; + +export type { PlaygroundPresetListItem } from "./db/playgroundPresets";