Type alias TitleArray

TitleArray: {
    title: string;
    type: string;
}[]

Type declaration

  • title: string
  • type: string

Generated using TypeDoc