UNPKG

@kevin-infra/core

Version:

Core library for managing configuration and data in your application, for multiple environments.

7 lines (6 loc) 202 B
import { KevinError } from "./kevin.error"; export declare class KeyNotFoundError extends KevinError { key: string; environmentId: string; constructor(key: string, environmentId: string); }