View: {
    id: string;
    title: string;
    url: string;
}

Represents an individual view with a URL.

Type declaration

  • id: string
  • title: string
  • url: string

Generated using TypeDoc