type ReadonlyDict = { readonly [key: string]: string; }; type Dict = { [key: string]: string; };