Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 968 Bytes

File metadata and controls

23 lines (18 loc) · 968 Bytes

Root

Example Usage

import { Root } from "dwolla/models";

let value: Root = {
  links: {
    "key": {
      href: "https://api.dwolla.com",
      type: "application/vnd.dwolla.v1.hal+json",
      resourceType: "resource-type",
    },
  },
};

Fields

Field Type Required Description
links Record<string, models.HalLink> N/A