@traversable/schema
    Preparing search index...
    type Options = {
        typeName?: string;
    }
    Index

    Properties

    Properties

    typeName?: string

    By default, JsonSchema.toType will generate an "inline" TypeScript type. Use this option to have JsonSchema.toType generate a type alias with the name you provide.