import { type SlugManagerConfig } from "https://deno.land/x/yextpages@plugins@1.0.0-beta.8/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"; }