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