mirror of
https://github.com/AderKonstantin/aderktech-chronark.com-.git
synced 2025-06-08 05:38:41 +03:00
12 lines
269 B
TypeScript
12 lines
269 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[]
|
|
|