Interface Item

interface Item {
    location: { store: string; store_deleted?: string; website: string };
    predicate: Predicate;
}

Properties

Properties

location: { store: string; store_deleted?: string; website: string }
predicate: Predicate