Raindex SDK Documentation
    Preparing search index...

    Interface GuiCfg

    interface GuiCfg {
        deployments?: Record<string, GuiDeploymentCfg>;
        description: string;
        name: string;
    }
    Index

    Properties

    deployments?: Record<string, GuiDeploymentCfg>
    description: string
    name: string