Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface ApiResponse
import { type ApiResponse } from "https://deno.land/x/yextpages@pages%401.0.0-rc.2/slugManager/api.ts";

Type Parameters

optional
T = Record<string, unknown>

Properties

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