function updateEntityimport { updateEntity } from "https://deno.land/x/yextpages@pages%401.1.4/urlWriteback/yext.ts"; updateEntity<T extends EntityProfile>(id: string,locale: string,body: EntityProfile,apiKey: string,options?: { env?: "prod" | "sbx"; v?: string; },): Promise<T>Type ParametersT extends EntityProfileParametersid: stringlocale: stringbody: EntityProfileapiKey: stringoptionaloptions: { env?: "prod" | "sbx"; v?: string; }ReturnsPromise<T>