UNPKG

108 BTypeScriptView Raw
1declare type LicenseTypeOverrides = {
2 [key: string]: string;
3} | null;
4export { LicenseTypeOverrides };