Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
warner committed Aug 11, 2024
1 parent 164ed8b commit 5c8afcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/SwingSet/src/types-external.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export {};
* @typedef { [tag: 'create-vat', details: PolicyInputDetails ]} PolicyInputCreateVat
* @typedef { [tag: 'crank', details: PolicyInputDetails ] } PolicyInputCrankComplete
* @typedef { [tag: 'crank-failed', details: PolicyInputDetails ]} PolicyInputCrankFailed
* @typedef { [tag: 'cleanup', details: { cleanups: number }] } PolicyInputCleanup
* @typedef { [tag: 'cleanup', details: { cleanups: number, computrons?: number }] } PolicyInputCleanup
* @typedef { PolicyInputNone | PolicyInputCreateVat | PolicyInputCrankComplete |
* PolicyInputCrankFailed | PolicyInputCleanup } PolicyInput
* @typedef { boolean } PolicyOutput
Expand Down

0 comments on commit 5c8afcc

Please sign in to comment.