UNPKG

@pipedream/bugherd

Version:

Pipedream bugherd Components

12 lines (11 loc) 212 B
export default { type: "app", app: "bugherd", propDefinitions: {}, methods: { // this.$auth contains connected account data authKeys() { console.log(Object.keys(this.$auth)); }, }, };