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

SalesforceField

import type { SalesforceField } from "https://googleapis.deno.dev/v1/datastream:v1.ts";

Salesforce field.

interface SalesforceField {
dataType?: string;
name?: string;
nillable?: boolean;
}

§Properties

§
dataType?: string
[src]

The data type.

§
name?: string
[src]

Field name.

§
nillable?: boolean
[src]

Indicates whether the field can accept nil values.