jamespot-user-api
    Preparing search index...

    Interface TaxonomyCreate

    interface TaxonomyCreate {
        concepts: string[];
        format?: "raw-little" | "raw-list" | "raw-view";
        title: string;
        type: "taxonomyClose" | "taxonomyOpen";
    }
    Index

    Properties

    concepts: string[]
    format?: "raw-little" | "raw-list" | "raw-view"
    title: string
    type: "taxonomyClose" | "taxonomyOpen"