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

    Interface EnvVariable

    Environment variable

    interface EnvVariable {
        key: string;
        value: string;
        created_at: string;
        updated_at: string;
    }
    Index

    Properties

    key: string
    value: string
    created_at: string
    updated_at: string