@ascentbv/ts-common - v1.0.199
    Preparing search index...

    Type Alias Category

    type Category = {
        type: "category";
        name: string;
        value: Map<string, Entry>;
    }
    Index

    Properties

    Properties

    type: "category"
    name: string
    value: Map<string, Entry>