diff --git a/src/licenses/reducers.ts b/src/licenses/reducers.ts index 72489641..867cdeb9 100644 --- a/src/licenses/reducers.ts +++ b/src/licenses/reducers.ts @@ -12,7 +12,7 @@ export interface LicenseInfo { readonly licenseText: string; } -export type LicenseList = LicenseInfo[]; +export type LicenseList = ReadonlyArray; const list: Reducer = (state = null, action) => { if (didFetchList.matches(action)) {