Skip to content

Type Alias: CreateContactInput

ts
type CreateContactInput = Omit<Contact, "id">;

Defined in: types.ts:88

Input type for creating a new contact. Omits the id field which is assigned by the server.