Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
diox committed Oct 25, 2024
1 parent 76f49a0 commit 4b19ec5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/amo/reducers/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export type ExternalBlockType = {|
guid: string,
id: number,
versions: [string],
soft_blocked: [string],
blocked: [string],
is_all_versions?: boolean,
modified: string,
reason: string | null,
Expand Down

0 comments on commit 4b19ec5

Please sign in to comment.