Skip to main content
Go to Latest
type alias InternalSlugManagerConfig
import { type InternalSlugManagerConfig } from "https://deno.land/x/yextpages@pages%401.1.1/slugManager/manager.ts";
definition: { searchIds?: string[]; entityTypes?: string[]; slugField?: string; api: Pick<IAPI, "updateField" | "listLanguageProfiles" | "listEntities">; } & (SlugFormatString | SlugFormatFunc)