| // Properties added to the `window` object: | |
| interface Window { | |
| COMMIT_SHA: string; // Added by an inline script in <head> via SSR context + webpack. | |
| } | |
| // Properties added to the `window` object: | |
| interface Window { | |
| COMMIT_SHA: string; // Added by an inline script in <head> via SSR context + webpack. | |
| } | |