UNPKG
@infosel-sdk/funds
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
SDK de Fondos para la plataforma de servicios financieros Infosel
@infosel-sdk/funds
/
src
/
domain
/
entities
/
administrator.d.ts
11 lines
(10 loc)
•
297 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
Administrator
{
readonly
administratorId
:
number
;
readonly
description
:
string
;
readonly
businessName
:
string
;
readonly
webAddress
:
string
; }
export
interface
AdministratorsResponse
{
readonly
administrators
:
Administrator
[];
readonly
totalRows
:
number
; }