Interface ResolveResponse

interface ResolveResponse {
    data: LineageNode[];
}

Properties

Properties

data: LineageNode[]

Generated using TypeDoc