Base interface for all value types. Value types define the value of objects in a IDatabaseTable.

interface IValueType {
    id: string;
}

Properties

Properties

id: string

The primary key of the object.

Generated using TypeDoc