Skip to content

Commit

Permalink
Merge pull request #45 from seamapi/update-types-jan22
Browse files Browse the repository at this point in the history
feat: Add acs.users.listAccessibleEntrances
  • Loading branch information
razor-x authored Jan 22, 2024
2 parents a4aa203 + 8239a2a commit d77e46c
Show file tree
Hide file tree
Showing 5 changed files with 193 additions and 170 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"build": {
"dockerfile": "Dockerfile",
"args": {
"VARIANT": "20"
}
"VARIANT": "20",
},
},
"extensions": [
"ms-vsliveshare.vsliveshare",
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"esbenp.prettier-vscode"
"esbenp.prettier-vscode",
],
"postCreateCommand": "npm install",
"remoteUser": "node"
"remoteUser": "node",
}
Loading

0 comments on commit d77e46c

Please sign in to comment.