Relates transcodable property keys to the types transcoded.
interface MyTranscodeRegistry extends TranscodeRegistry { fix6: number; boolean: boolean;} Copy
interface MyTranscodeRegistry extends TranscodeRegistry { fix6: number; boolean: boolean;}
Relates transcodable property keys to the types transcoded.