Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias InternalSlugManagerConfig
import { type InternalSlugManagerConfig } from "https://deno.land/x/yextpages@plugins%401.0.0-beta.6/slugManager/manager.ts";
definition: { searchIds?: string[]; entityTypes?: string[]; slugField?: string; api: Pick<IAPI, "updateField" | "listLanguageProfiles" | "listEntities">; } & (SlugFormatString | SlugFormatFunc)