@archastro/sdk
    Preparing search index...

    Interface ConfigKindFacet

    A facet entry grouping configs by kind, returning the kind name and the number of matching configs visible to the authenticated viewer.

    interface ConfigKindFacet {
        count: number;
        kind: string;
    }
    Index

    Properties

    Properties

    count: number

    Number of configs of this kind that are visible to the authenticated viewer. Always 0 or greater.

    kind: string

    The config kind identifier (e.g., "Agent", "WorkflowGraph"). Matches the kind field on config objects.