Interface IHasDefaultValue<T>

Represent the class have the default value

interface IHasDefaultValue<T> {
    defaultValue: T;
}

Type Parameters

  • T

Hierarchy (view full)

Properties

Properties

defaultValue: T