mirror of
https://github.com/AderKonstantin/aderktech-chronark.com-.git
synced 2025-06-08 13:48:42 +03:00
11 lines
273 B
TypeScript
11 lines
273 B
TypeScript
// NOTE This file is auto-generated by Contentlayer
|
|
|
|
import { Page, Project, DocumentTypes } from "./types";
|
|
|
|
export * from "./types";
|
|
|
|
export declare const allPages: Page[];
|
|
export declare const allProjects: Project[];
|
|
|
|
export declare const allDocuments: DocumentTypes[];
|