import { FetchedState, ID } from '../../commonStateTypes/common'; export interface OwnerListState extends FetchedState { ownerIds: ID[]; }