@types/jsreport-assets
TypeScript icon, indicating that this package has built-in type declarations

1.7.4 • Public • Published

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

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

Credits

These definitions were written by pofider.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/jsreport-assets

Weekly Downloads

853

Version

1.7.4

License

MIT

Unpacked Size

3.57 kB

Total Files

5

Last publish

Collaborators

  • types