An object with a type property.

interface IWithTypeProp {
    type: Nilable<string>;
}

Properties

Properties

type: Nilable<string>

An optional value for classification. Value should be handled as slug value, case-insensitive.

Generated using TypeDoc