Type Alias ExpandLineageGraphNodeHttpResponse

type ExpandLineageGraphNodeHttpResponse = {
    data: GraphResponse;
    headers: Headers;
    status: 200;
}
Index

Properties

Properties

headers: Headers
status: 200