Skip to content

Commit

Permalink
Adding app scaffolding for dock_certs
Browse files Browse the repository at this point in the history
  • Loading branch information
dylburger committed Apr 14, 2023
1 parent 73e653a commit b9aa54d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions components/dock_certs/app/dock_certs.app.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import { defineApp } from "@pipedream/types";

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

0 comments on commit b9aa54d

Please sign in to comment.