@karmaniverous/entity-tools
    Preparing search index...

    Type Alias TranscodeRegistry

    TranscodeRegistry: object

    Relates transcodable property keys to the types transcoded.

    interface MyTranscodeRegistry extends TranscodeRegistry {
    fix6: number;
    boolean: boolean;
    }