Type alias OmitId<T>

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

Omits the id property of a type.

Type Parameters

  • T

Generated using TypeDoc