Raindex SDK Documentation
    Preparing search index...

    Interface GuiDeploymentSourceCfg

    interface GuiDeploymentSourceCfg {
        deposits: GuiDepositSourceCfg[];
        description: string;
        fields: GuiFieldDefinitionSourceCfg[];
        name: string;
        "select-tokens"?: GuiSelectTokensCfg[];
    }
    Index

    Properties

    description: string
    name: string
    "select-tokens"?: GuiSelectTokensCfg[]