import { Page } from './Page.js'; import { ResourceStyle } from './Resource.js'; export type Descriptor = Page & { readonly customStyle?: any; readonly resource?: ResourceStyle; };