method ITenantRepository.update ITenantRepository.update(id: Id,data: Readonly<Record<string, unknown>>): Promise<Entity | null> Update an existing record by its identifier. Parameters id: Id data: Readonly<Record<string, unknown>> Return Type Promise<Entity | null>