Skip to content

Commit 3049e99

Browse files
committed
Add disconnect payload types
1 parent 17ccc32 commit 3049e99

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

packages/types/src/rest-api-manager/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ export * from "./get-topics";
1212
export * from "./get-store-items";
1313
export * from "./put-store-item";
1414
export * from "./get-entities";
15+
export * from "./post-disconnect";
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export type PostDisconnectPayload = {
2+
limit?: number;
3+
accessKey: string;
4+
}

0 commit comments

Comments
 (0)