UNPKG
@pipedream/cryptowatch
Version:
latest (0.6.0)
0.6.0
Pipedream cryptowatch Components
pipedream.com/apps/cryptowatch
@pipedream/cryptowatch
/
cryptowatch.app.mjs
12 lines
(11 loc)
•
216 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
default
{
type
:
"app"
,
app
:
"cryptowatch"
,
propDefinitions
: {},
methods
: {
// this.$auth contains connected account data
authKeys
(
) {
console
.
log
(
Object
.
keys
(
this
.
$auth
)); }, }, };