UNPKG

@callstack/react-native-legal-shared

Version:
7 lines (6 loc) 241 B
import type { LicenseObj } from './LicenseObj'; /** * Mapping from package keys in format `<package-name>/<package-version>` to license objects. * @see {@link LicenseObj} */ export type AggregatedLicensesObj = Record<string, LicenseObj>;