Interface SetOptions

An optional value for SetOperators that want to tailor the user description.

interface SetOptions {
    description?: string;
}

Hierarchy (view full)

Properties

Properties

description?: string

A description that is used for versioning and tracking changes.

Default Value

'determined by the consumer'