UNPKG

privacy.com

Version:

Wrapper for the Privacy.com API using Axios and TypeScript

15 lines (14 loc) 362 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const _1 = require("."); /** * Create a new card for the privacy account */ class CreateCardRequest extends _1.PostEndpoint { constructor(params) { super(); this.path = "/card"; this.params = params; } } exports.CreateCardRequest = CreateCardRequest;