Interface FindDataLinkTablesQuery

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

Hierarchy (view full)

Properties

Properties

limit?: number
cursor?: string