Skip to content

Commit f46910c

Browse files
✨ Add integration interface
1 parent 742e579 commit f46910c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/integration.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/** Stethoscope Integration */
2+
interface Integration {
3+
name: string;
4+
update: () => Promise<void>;
5+
summary: () => Promise<void>;
6+
}

0 commit comments

Comments
 (0)