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

    Interface EnvironmentTypeLabelProps

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

    Properties

    Properties

    environment: Environment
    size?: "small" | "large"