mirror of
https://github.com/sern-handler/website
synced 2026-06-17 05:12:21 +00:00
10 lines
169 B
TypeScript
10 lines
169 B
TypeScript
import type { AstroConfig } from 'astro'
|
|
|
|
export interface Shared {
|
|
markdownConfig: AstroConfig['markdown']
|
|
}
|
|
|
|
export const shared: Shared
|
|
|
|
export const symbol: symbol
|