Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias SlugManagerConfig
import { type SlugManagerConfig } from "https://deno.land/x/yextpages@pages%401.0.0-beta.14/slugManager/mod.ts";

The shape of the configuration options for the slug manager plugin.

definition: Omit<InternalSlugManagerConfig, "api"> & { apiKey: string; v?: string; env?: "production" | "sandbox"; }