UNPKG

@twelvehart/envctl

Version:

Environment variable context manager for development workflows

11 lines 239 B
export interface Profile { name: string; variables: Record<string, string>; createdAt: Date; updatedAt: Date; } export interface Config { profilesDir: string; configDir: string; } //# sourceMappingURL=types.d.ts.map