Interface FindDataLinkTablesQuery

interface FindDataLinkTablesQuery {
    limit?: number;
    cursor?: string;
}

Hierarchy (View Summary)

Properties

Properties

limit?: number
cursor?: string