TK·Follow1 min read·Jul 11, 2020--1ListenShareSo, in this case, the createThemeFunction would be a Record type like this:export type createThemeFunction = Record<string, CSSProperties>Or am I missing anything here?