ntro 0.3.4

Introspect configuration files and generate typescript type declarations or other useful typescript code.
Documentation
---
source: src/dotenv/zod.rs
expression: output
---
Error {
    context: "found some conflicting types while parsing variables with type hints",
    source: ConflictingTypes {
        a: TypeHintAt {
            th: String,
            line: 1,
            meta: Metadata {
                source: "\n# @type string\nKEY=\n            ",
                path: "src/dotenv/.env.test.0",
            },
        },
        b: TypeHintAt {
            th: Number,
            line: 1,
            meta: Metadata {
                source: "\n# @type number\nKEY=\n            ",
                path: "src/dotenv/.env.test.1",
            },
        },
    },
}