Interface HonuaAgentLayerSummary

interface HonuaAgentLayerSummary {
    id: string;
    metadata?: Readonly<Record<string, unknown>>;
    sourceId?: string;
    title?: string;
    type?: string;
    visible?: boolean;
}

Properties

id: string
metadata?: Readonly<Record<string, unknown>>
sourceId?: string
title?: string
type?: string
visible?: boolean