interface ApiResponseimport { type ApiResponse } from "https://deno.land/x/yextpages@pages%401.1.4/slugManager/api.ts"; Type ParametersoptionalT = Record<string, unknown>Propertiesmeta: { uuid: string; errors: { code: number; message: string; type: string; }[]; }response: T