@cpod/sdk - v0.2.7
    Preparing search index...

    Interface EnvVar

    Configuration types for App Runtime

    interface EnvVar {
        key: string;
        value: string;
        description?: string;
        isSecret: boolean;
        createdAt: string;
        updatedAt: string;
    }
    Index

    Properties

    key: string
    value: string
    description?: string
    isSecret: boolean
    createdAt: string
    updatedAt: string