Package version:

The response of a DataType list operation.

interface DataTypeListResult {
    nextLink?: string;
    value: DataType[];
}

Properties

Properties

nextLink?: string

The link to the next page of items

value: DataType[]

The DataType items on this page

Generated using TypeDoc