import { Item } from "./Item"; export type Items = { total?: number; continuation?: string; items: Array; };