Interface AgentExportInterface

interface AgentExportInterface {
    agents: Record<string, AmConfigEntityInterface>;
    meta?: ExportMetaData;
}

Properties

Properties

agents: Record<string, AmConfigEntityInterface>