Skip to content

Commit f4b2f9d

Browse files
authored
feat: add sync flag to /connected_accounts/delete (#87)
1 parent 2f0f98a commit f4b2f9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/seam/connect/route-types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,7 @@ export interface Routes {
771771
queryParams: {}
772772
jsonBody: {
773773
connected_account_id: string
774+
sync?: boolean
774775
}
775776
commonParams: {}
776777
formData: {}

0 commit comments

Comments
 (0)