Files
sell/middlelayer/types/index.ts

5 lines
184 B
TypeScript

export type { PageSeo } from "./pageSeo";
export type { Page } from "./page";
export type { Navigation, NavigationLink } from "./navigation";
export type { Product } from "./product";