We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eabfbfa commit 5393cd8Copy full SHA for 5393cd8
1 file changed
sandbox.ts
@@ -25,6 +25,7 @@ export const sandboxListCommand = new Command()
25
status: "running" | "stopped";
26
created_at: Date;
27
stopped_at: Date | null;
28
+ // deno-lint-ignore no-explicit-any
29
}> = await (client.sandboxes as any).list.query({
30
org: orgAndApp.org,
31
});
0 commit comments