Skip to content

Commit 6a892cd

Browse files
committed
FMT
1 parent bf4fd78 commit 6a892cd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/schema.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { type } from "arktype";
22

3-
43
// HTTP request schema for crednetial injection
54
export const dataInjectRequestSchema = type({
65
environment: "Record<string, string>",
@@ -11,4 +10,4 @@ export type DataInjectRequest = typeof dataInjectRequestSchema.infer;
1110
// VSCode command schema for getEnv
1211
export const getEnvSchema = type("string[]");
1312

14-
export type getEnvCommandRequest = typeof getEnvSchema.infer;
13+
export type getEnvCommandRequest = typeof getEnvSchema.infer;

0 commit comments

Comments
 (0)