blob: cb22cb81c460710f9f1667b6ef2424cf24176cd0 [file] [log] [blame]
declare type LicenseTypeOverrides = {
[key: string]: string;
} | null;
export { LicenseTypeOverrides };