Files
cht-lawfirm/front/app/node_modules/license-webpack-plugin/dist/LicenseTestRunner.d.ts
2023-01-16 17:49:38 +01:00

5 lines
100 B
TypeScript

interface LicenseTestRunner {
test(licenseId: string): boolean;
}
export { LicenseTestRunner };