Octra libraries - v2.0.0
    Preparing search index...

    Interface ExportResult

    interface ExportResult {
        error?: string;
        file?: IFile;
    }
    Index

    Properties

    Properties

    error?: string
    file?: IFile