import { Ownership } from "./Ownership"; export type Ownerships = { total?: number; continuation?: string; ownerships: Array; };