1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 16:48:00 +02:00
blog/src/@types/global.d.ts

11 lines
181 B
TypeScript
Raw Normal View History

2019-10-16 01:45:30 +02:00
interface Window {
__LUNR__: {
readonly [language: string]: {
readonly index: lunr.Index
readonly store: {
readonly [key: string]: any
}
}
}
}