LicenseTextOverrides.d.ts 101 Bytes
declare type LicenseTextOverrides = {
    [key: string]: string;
};
export { LicenseTextOverrides };