1.7.4 • Published 2 years ago
@types/jsreport-assets v1.7.4
Installation
npm install --save @types/jsreport-assets
Summary
This package contains type definitions for jsreport-assets (https://github.com/jsreport/jsreport-assets).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsreport-assets.
index.d.ts
// Type definitions for jsreport-assets 1.7
// Project: https://github.com/jsreport/jsreport-assets
// Definitions by: pofider <https://github.com/pofider>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import { ExtensionDefinition } from 'jsreport-core';
declare namespace JsReportAssets {
interface Configuration {
allowedFiles?: string | undefined;
searchOnDiskIfNotFoundInStore?: boolean | undefined;
rootUrlForLinks?: string | undefined;
publicAccessEnabled?: boolean | undefined;
}
}
declare function JsReportAssets(cfg?: JsReportAssets.Configuration): ExtensionDefinition;
export = JsReportAssets;
Additional Details
- Last updated: Thu, 08 Jul 2021 16:22:56 GMT
- Dependencies: @types/jsreport-core
- Global values: none
Credits
These definitions were written by pofider.