export interface WithElementType { /** * If there is a element type `foo`, then some elements may have a `type` property equal to `foo`. */ type: string; }