MCPcopy
hub / github.com/usebruno/bruno / DotenvVariable

Interface DotenvVariable

packages/bruno-common/src/utils/jsonToDotenv.ts:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface DotenvVariable {
2 name: string;
3 value?: string;
4}
5
6/**
7 * Serializes an array of environment variables to .env file format.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected