UNPKG

privacy.com

Version:

Wrapper for the Privacy.com API using Axios and TypeScript

14 lines (11 loc) 276 B
import { FundingAccount } from "../../src/objects"; const privacyFundingAccount: FundingAccount = { account_name: "", created: "", last_four: "", nickname: "", state: "ENABLED", token: "", type: "CARD_DEBIT", }; export { privacyFundingAccount };