Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchGetVariableResult

import type { BatchGetVariableResult } from "https://aws-api.deno.dev/v0.3/services/frauddetector.ts?docs=full";
interface BatchGetVariableResult {
errors?: BatchGetVariableError[] | null;
variables?: Variable[] | null;
}

§Properties

§
errors?: BatchGetVariableError[] | null
[src]

The errors from the request.

§
variables?: Variable[] | null
[src]

The returned variables.