Interface Config

interface Config {
    COINGECKO_DEMO_API_KEY?: string;
    COINGECKO_PRO_API_KEY?: string;
    ELFA_AI_API_KEY?: string;
    OPENAI_API_KEY?: string;
    PERPLEXITY_API_KEY?: string;
    PRIORITY_LEVEL?: "medium" | "high" | "veryHigh";
}

Properties

COINGECKO_DEMO_API_KEY?: string
COINGECKO_PRO_API_KEY?: string
ELFA_AI_API_KEY?: string
OPENAI_API_KEY?: string
PERPLEXITY_API_KEY?: string
PRIORITY_LEVEL?: "medium" | "high" | "veryHigh"