import { DecoratedNavigationPage } from '../index.js';
export type CustomerPageType = {
subdomain: string;
path: string;
originalFileLocation: string;
content: string;
metadata: DecoratedNavigationPage;
hash: string;
lastModified?: string;
createdAt?: string;
};