projecte_ionic/node_modules/license-webpack-plugin/dist/LicenseTypeOverrides.d.ts

5 lines
108 B
TypeScript
Raw Permalink Normal View History

2022-02-09 18:30:03 +01:00
declare type LicenseTypeOverrides = {
[key: string]: string;
} | null;
export { LicenseTypeOverrides };