Package version:

Collection of fabric details.

interface FabricCollection {
    nextLink?: string;
    value?: Fabric[];
}

Properties

Properties

nextLink?: string

The value of next link.

value?: Fabric[]

The fabric details.