export interface WithMarkType { /** * If there is a mark type `foo`, then some texts may have a `foo` property. */ type: string; }