Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 677 Bytes

File metadata and controls

17 lines (12 loc) · 677 Bytes

DigitalWalletDomain

Example Usage

import { DigitalWalletDomain } from "@gr4vy/sdk/models/components";

let value: DigitalWalletDomain = {
  domainName: "example.com",
};

Fields

Field Type Required Description Example
domainName string ✔️ The domain to add or remove. example.com