Generate Fern TypeSscript SDK (#3785)
This commit is contained in:
committed by
GitHub
parent
d55b9637c4
commit
2062adac66
12
skyvern-ts/client/src/environments.ts
Normal file
12
skyvern-ts/client/src/environments.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
// This file was auto-generated by Fern from our API Definition.
|
||||
|
||||
export const SkyvernEnvironment = {
|
||||
Production: "https://api.skyvern.com",
|
||||
Staging: "https://api-staging.skyvern.com",
|
||||
Development: "http://localhost:8000",
|
||||
} as const;
|
||||
|
||||
export type SkyvernEnvironment =
|
||||
| typeof SkyvernEnvironment.Production
|
||||
| typeof SkyvernEnvironment.Staging
|
||||
| typeof SkyvernEnvironment.Development;
|
||||
Reference in New Issue
Block a user