Variable CustomerContactSchemaConst
CustomerContactSchema: Struct<
{
created_at: typeof String$;
email: typeof String$;
first_name: typeof String$;
id: typeof Number$;
last_name: typeof String$;
mobile_number: typeof String$;
role: typeof String$;
telephone_number: typeof String$;
updated_at: typeof String$;
},
> = ...
Customer contact returned by list contacts endpoint.