@archastro/sdk
    Preparing search index...

    Interface RuntimeEnvVarList

    The collection of runtime environment variables available to the current script execution context.

    interface RuntimeEnvVarList {
        data: RuntimeEnvVar[];
    }
    Index

    Properties

    Properties

    Array of runtime environment variable objects available in the current script execution context.