UNPKG
n8n-nodes-datto-rmm
Version:
latest (0.2.0)
0.2.0
n8n node for Datto RMM integration
n8n-nodes-datto-rmm
/
dist
/
nodes
/
DattoRmm
/
types
/
user.types.d.ts
5 lines
(4 loc)
•
228 B
TypeScript
View Raw
1
2
3
4
5
import
type
{ components }
from
'./datto-rmm-api'
;
export
type
User
= components[
'schemas'
][
'UserDto'
];
export
type
UsersPage
= components[
'schemas'
][
'UsersPage'
];
export
type
AuthUserKey
= components[
'schemas'
][
'AuthUserKey'
];