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

    Interface BatonExport

    interface BatonExport {
        encryption: string;
        exportDate: string;
        sentenceCount: number;
        sentences: BatonExportSentence[];
        version: string;
    }
    Index

    Properties

    encryption: string
    exportDate: string
    sentenceCount: number
    sentences: BatonExportSentence[]
    version: string