Skip to content

Commit

Permalink
chore(types): restore PassableCap
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Jan 10, 2024
1 parent 2b0ab1a commit 0c3dc62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/marshal/src/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export {};
/**
* @template Slot
* @callback ConvertValToSlot
* @param {any} val a PassableCap
* @param {import("@endo/pass-style").PassableCap} val
* @returns {Slot}
*/

Expand All @@ -13,7 +13,7 @@ export {};
* @callback ConvertSlotToVal
* @param {Slot} slot
* @param {string} [iface]
* @returns {any} a PassableCap
* @returns {import("@endo/pass-style").PassableCap}
*/

/**
Expand Down

0 comments on commit 0c3dc62

Please sign in to comment.