https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-1.html Sorry, maybe I just not found... Does this builder support lookups? ``` interface i1 { field: string } interface i2 { field: i1["field"] } ```