UNPKG
dpago-js
Version:
latest (1.0.1)
1.0.1
1.0.0
Librería Dpago para utilizar nuestras funciones
gitlab.com/dpago/dpago-js
dpago-js
/
dist
/
interfaces
/
Platform.d.ts
12 lines
(11 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
default
interface
Platform
{
id
:
number
;
name
:
string
;
fee
:
number
;
feeIfExempt
:
number
;
logo
:
string
;
type
:
string
;
createAt
:
string
;
updateAt
:
string
;
deleteAt
:
null
|
string
; }