VariableEntry
import type { VariableEntry } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/frauddetector.ts";interface VariableEntry {
dataSource?: string | null;
dataType?: string | null;
defaultValue?: string | null;
description?: string | null;
name?: string | null;
variableType?: string | null;
}