@ken-all/kenall
    Preparing search index...

    Interface NTACorporateInfoFacets

    An NTACorporateInfoFacets represents facets of some level and the number of the items in the result's subset that belong to the facet.

    Each facet representation consist of hierarchical facet strings delimited by slashes.

    Example: {"area": ["/東京都/港区", 7], "kind": ["/株式会社", 7]}

    interface NTACorporateInfoFacets {
        area?: v20220901.Facet;
        close_cause?: v20220901.Facet;
        kind?: v20220901.Facet;
        process?: v20220901.Facet;
    }
    Index

    Properties

    close_cause?: v20220901.Facet
    process?: v20220901.Facet