type Default = T; interface SchemaRoot { /** Titles in a cell */ titles: Cell; /** Count as stream */ count: Stream; /** Level with default */ level: Default; }