Interface FindDataLinksResponse

interface FindDataLinksResponse {
    items: DataLink[];
    cursor?: string;
}

Hierarchy (view full)

Properties

Properties

items: DataLink[]
cursor?: string