Type alias ContentText

ContentText: {
    name: "text";
    value: string;
}

Type declaration

  • name: "text"
  • value: string