Interface Catalog

interface Catalog {
    label: string;
    name: string;
}

Properties

Properties

label: string
name: string

Generated using TypeDoc