Skip to content

Commit

Permalink
types: ResolvedTopicsRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Jul 16, 2024
1 parent 54f6de4 commit 136b224
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/zoe/src/contractSupport/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ export const TopicsRecordShape = M.recordOf(M.string(), PublicTopicShape);
* }} TopicsRecord
*/

/**
* @typedef {{
* [topicName: string]: ResolvedPublicTopic<unknown>,
* }} ResolvedTopicsRecord
*/

/**
* @template T
* @param {string} description
Expand Down

0 comments on commit 136b224

Please sign in to comment.