Type alias ValueTypeOmitId<T>

ValueTypeOmitId<T>: Omit<T, "id">

An helper type used to set or add object values in a IDatabaseTable without explicitely defining an id.

Type Parameters

Generated using TypeDoc