@squidcloud/client
Version:
A typescript implementation of the Squid client
8 lines (7 loc) • 312 B
TypeScript
import { ApiKeyEntry } from '../public-types/secret.public-types';
export declare const BACKEND_API_KEY = "_BACKEND_API_KEY";
export declare const APP_API_KEY = "APP_API_KEY";
export declare const AGENT_API_HEADER = "x-squid-agent-api-key";
export interface AgentSecrets {
apiKey: ApiKeyEntry | undefined;
}