UNPKG

@pipedream/smartlead

Version:

Pipedream Smartlead Components

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