weareinreach / InReach

Detected the declaration of empty interfaces JS-0322
Anti-pattern
Minor
1 occurrence in this check
An interface declaring no members is equivalent to its supertype
41)
42OverflowMenu.displayName = 'ActionButtons.Menu'
43
44export interface ActionButtonMenuProps extends MenuProps {}