Interface UserDefinedTypeName

interface UserDefinedTypeName {
    contractScope?: null;
    id: number;
    name?: string;
    nodeType: "UserDefinedTypeName";
    pathNode?: IdentifierPath;
    referencedDeclaration: number;
    src: string;
    typeDescriptions: TypeDescriptions;
}

Properties

contractScope?: null
id: number
name?: string
nodeType: "UserDefinedTypeName"
pathNode?: IdentifierPath
referencedDeclaration: number
src: string
typeDescriptions: TypeDescriptions