Type alias ItemWithCursor

ItemWithCursor: {
    cursor: string;
    item: Item;
}

Type declaration

  • cursor: string
  • item: Item

Generated using TypeDoc