website/global.d.ts
Soph :3 f75305ebfe
All checks were successful
/ test (push) Successful in 18s
add git log widget
2024-08-29 23:16:35 +03:00

6 lines
116 B
TypeScript

declare global {
let __BLOG_POSTS__: string[]
let __GIT_LOG_OUTPUT__: Record<string, string>;
}
export { };