Datalayer Desktop - v0.0.3
    Preparing search index...

    Interface EnvironmentTypeLabelProps

    interface EnvironmentTypeLabelProps {
        environment: Environment;
        size?: "small" | "large";
    }
    Index
    environment: Environment
    size?: "small" | "large"