1.7.4 • Published 2 years ago

@types/jsreport-assets v1.7.4

Weekly downloads
118
License
MIT
Repository
github
Last release
2 years ago

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

Credits

These definitions were written by pofider.

1.7.4

2 years ago

1.7.3

2 years ago

1.7.2

2 years ago

1.7.1

4 years ago

1.7.0

5 years ago