import { type IAPI } from "https://deno.land/x/yextpages@pages@1.0.0-beta.24/slugManager/api.ts";
Properties
updateField: <EntityType = BaseEntity>() => Promise<EntityType>
id: string,
locale: string,
field: string,
value: string,
listLanguageProfiles: <EntityType = BaseEntity>(params?: URLSearchParams) => Promise<ListLanguageProfilesResponse<EntityType>>
listEntities: <EntityType = BaseEntity>(params?: URLSearchParams) => Promise<ListEntitiesResponse<EntityType>>