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

    Interface SymbolLibraryInfo

    Symbol library information

    interface SymbolLibraryInfo {
        exists: boolean;
        locale: string;
        name: string;
        pixFile: string;
        size: number;
    }
    Index

    Properties

    exists: boolean
    locale: string
    name: string
    pixFile: string
    size: number