EnvironmentVariableCopyimport type { EnvironmentVariable } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";interface EnvironmentVariable {name?: string;val?: string;}§Properties§name?: string[src]§val?: string[src]