dan-barrett

Results 1 comments of dan-barrett

`UUID` is just a type alias for a `string` so neither `null` nor `undefined` work. ``` Argument of type 'null' is not assignable to parameter of type 'string'.ts(2345) ``` I...