Interface UnknownType

interface UnknownType {
    name: string;
    type: "unknown";
}

Hierarchy (view full)

Properties

Properties

name: string

A string representation of the type as returned from TypeScript compiler.

type: "unknown" = "unknown"

Generated using TypeDoc