We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4fd78 commit 6a892cdCopy full SHA for 6a892cd
1 file changed
src/schema.ts
@@ -1,6 +1,5 @@
1
import { type } from "arktype";
2
3
-
4
// HTTP request schema for crednetial injection
5
export const dataInjectRequestSchema = type({
6
environment: "Record<string, string>",
@@ -11,4 +10,4 @@ export type DataInjectRequest = typeof dataInjectRequestSchema.infer;
11
10
// VSCode command schema for getEnv
12
export const getEnvSchema = type("string[]");
13
14
-export type getEnvCommandRequest = typeof getEnvSchema.infer;
+export type getEnvCommandRequest = typeof getEnvSchema.infer;
0 commit comments