export type ContentLocation = { path: string; type: string; additional: object | undefined; }; export interface ContentContext { location: ContentLocation; }