function updateEntityimport { updateEntity } from "https://deno.land/x/yextpages@pages@1.0.0-rc.6/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>