Interface CogsValueTypeBase<Id>

interface CogsValueTypeBase<Id> {
    type: Id;
}

Type Parameters

  • Id extends string

Hierarchy (view full)

Properties

Properties

type: Id

Generated using TypeDoc