/** Doc A */ type TypeA = { foo: string; }; type SchemaRoot = TypeA & { bar: number; };