ts-quiz— ~/quiz/levels.ts
tsc --watch● loading…
// tsc --watch · type-checking modules…
await load("quiz/levels.ts")
// streaming server components
◇ tsc 6.0.3 · compiling…UTF-8◇ scanning levels…
interface extends y type & cuando los miembros entran en conflicto?interface A { x: string }
interface B extends A { x: number } // (1)
type C = { x: string };
type D = C & { x: number }; // (2)