Typescript playground
See this code:
type BASE = { // ALSO WORKS FOR "BASE" AS Interface base: "base" } interface OBJ