Interface Publication

interface Publication {
    default: {
        location: { store: string; store_deleted?: string; website: string };
    };
    items: Record<string, Item>;
}

Properties

Properties

default: {
    location: { store: string; store_deleted?: string; website: string };
}
items: Record<string, Item>