Appearance
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.