Frodo Library - v4.0.0-10
    Preparing search index...

    Type Alias Config

    type Config = {
        exportFullConfiguration(
            options: FullExportOptions,
            resultCallback: ResultCallback<any>,
        ): Promise<FullExportInterface>;
        importFullConfiguration(
            importData: FullExportInterface,
            options: FullImportOptions,
            resultCallback: ResultCallback<any>,
        ): Promise<(object | any[])[]>;
    }
    Index

    Methods