type Scalar = string | number | boolean | null | undefined; type ScalarDict = Record; export default ScalarDict;