import { UnionAddress } from "@rarible/types"; export type OlapOwnerStatistic = { owner: UnionAddress; ownedItems: number; };