Interface AgentGroupExportInterface

interface AgentGroupExportInterface {
    agentGroup: Record<string, AmConfigEntityInterface>;
    meta?: ExportMetaData;
}

Properties

Properties

agentGroup: Record<string, AmConfigEntityInterface>