I have the following Typescript code:
type Encoding = \'binary\' | \'utf8\'; type EncodingType = { binary: string, utf8