File size: 152 Bytes
1e92f2d
 
 
 
1
2
3
4
5
// Properties added to the `window` object:
interface Window {
	COMMIT_SHA: string; // Added by an inline script in <head> via SSR context + webpack.
}