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

XPSStructType

import type { XPSStructType } from "https://googleapis.deno.dev/v1/language:v2.ts";

StructType defines the DataType-s of a STRUCT type.

interface XPSStructType {
fields?: {
[key: string]: XPSDataType;
}
;
}

§Properties

§
fields?: {
[key: string]: XPSDataType;
}
[src]

Unordered map of struct field names to their data types.