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