Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface ApiResponse
import { type ApiResponse } from "https://deno.land/x/yextpages@plugins@1.0.0-beta.6/slugManager/api.ts";

Type Parameters

optional
T = Record<string, unknown>

Properties

meta: { uuid: string; errors: { code: number; message: string; type: string; }[]; }
response: T