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

FieldSelector

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

Custom field selector to use with field overrides.

interface FieldSelector {
fields?: FieldReference[];
}

§Properties

§

If more than one reference is supplied, then the first one that references a non-empty field will be displayed.