1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-16 18:15:17 +00:00
conky/web/global.d.ts

13 lines
221 B
TypeScript
Raw Normal View History

2024-04-11 15:02:27 +00:00
declare module 'next/config' {
type ConfigTypes = () => {
publicRuntimeConfig: {
modifiedDate: string
modifiedYear: string
}
}
declare const getConfig: ConfigTypes
export default getConfig
}