Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias SlugManagerConfig
import { type SlugManagerConfig } from "https://deno.land/x/yextpages@pages@1.0.0-rc.2/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"; }