Raindex SDK Documentation
    Preparing search index...

    Interface GuiDeploymentCfg

    interface GuiDeploymentCfg {
        deployment: DeploymentCfg;
        deposits: GuiDepositCfg[];
        description: string;
        fields: GuiFieldDefinitionCfg[];
        key: string;
        name: string;
        select_tokens?: GuiSelectTokensCfg[];
    }
    Index

    Properties

    deployment: DeploymentCfg
    deposits: GuiDepositCfg[]
    description: string
    key: string
    name: string
    select_tokens?: GuiSelectTokensCfg[]