diff --git a/src/types.js b/src/types.js index 63a107f..178b6c7 100644 --- a/src/types.js +++ b/src/types.js @@ -3,7 +3,7 @@ /* eslint-disable import/exports-last, flowtype/require-types-at-top */ export type SerializableObjectType = { - +[key: string]: string | number | null | SerializableObjectType + +[key: string]: string | number | null | SerializableObjectType | $ReadOnlyArray }; export type RoarrGlobalStateType = {|