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

    Interface SymbolManifest

    Create a manifest file for missing symbols

    interface SymbolManifest {
        embedded: number;
        fromLibraries: number;
        generatedAt: string;
        gridset: string;
        libraries: Record<
            string,
            { attribution?: string; count: number; license?: string; url?: string },
        >;
        symbols: {
            buttonId: string;
            label?: string;
            pageId: string;
            reference: string;
        }[];
        totalSymbols: number;
    }
    Index

    Properties

    embedded: number
    fromLibraries: number
    generatedAt: string
    gridset: string
    libraries: Record<
        string,
        { attribution?: string; count: number; license?: string; url?: string },
    >
    symbols: { buttonId: string; label?: string; pageId: string; reference: string }[]
    totalSymbols: number