UNPKG

@pipedream/agentql

Version:

Pipedream AgentQL Components

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