Type alias WithoutId<IdName, Data>

WithoutId<IdName, Data>: Flatten<Omit<Data, IdName>>

Removes id field.

Type Parameters

Generated using TypeDoc