[ban-types] Should not ban `{}` by default! · Issue #2063 · typescript-eslint/typescript-eslint

A lot of type declaration is using Type Aliases, to let user fill in. For example a interface like this: (I got it from an official repo) interface Custom< Detail = Record<string, any>, TargetDatas...</string,>