Interface AgentExportInterface

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

Properties

Properties

agent: Record<string, AmConfigEntityInterface>