Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions clients/node/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/**
* TypeScript declaration file for @setuav/mavlink2grpc-proto
*/

/**
* Path to the main MAVLink bridge proto definition file (mavlink_bridge.proto)
*/
export const protoPath: string;

/**
* Directory containing all the MAVLink dialect proto definition files
*/
export const protoDir: string;
2 changes: 2 additions & 0 deletions clients/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
"version": "0.0.1",
"description": "Node.js gRPC Protocol Buffer definitions for MAVLink2gRPC",
"main": "index.js",
"types": "index.d.ts",
"files": [
"proto",
"index.js",
"index.d.ts",
"README.md"
],
"repository": {
Expand Down
Loading