@willwade/aac-processors
    Preparing search index...

    Interface CoreList

    Core vocabulary list definition

    interface CoreList {
        id: string;
        locale: string;
        name: string;
        url?: string;
        words: string[];
    }
    Index

    Properties

    Properties

    id: string
    locale: string
    name: string
    url?: string
    words: string[]