mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
183 B
183 B
DatabaseType
Example Usage
import { DatabaseType } from "prowlarr";
let value: DatabaseType = "sqLite";
Values
"sqLite" | "postgreSQL"