Type alias ListsDbItems

ListsDbItems: {
    items: string[];
    title: string;
}

Type declaration

  • items: string[]
  • title: string

Generated using TypeDoc