Interface CogsValueTypeBase<Id>

interface CogsValueTypeBase<Id extends string> {
    type: Id;
}

Type Parameters

  • Id extends string

Hierarchy (View Summary)

Properties

Properties

type: Id