**TypeScript Version:** master **Diff** https://www.w3.org/TR/webstorage/ ``` diff interface Storage { - getItem(key: string): any; + getItem(key: string): string; } ```
TypeScript Version:
master
Diff
https://www.w3.org/TR/webstorage/
interface Storage { - getItem(key: string): any; + getItem(key: string): string; }