(proposal: Proposal)
| 163 | insertion_order?: { io_id: string; requires_signature: boolean; terms?: Record<string, unknown> }; |
| 164 | } |
| 165 | function proposalLifecycle(proposal: Proposal): ProposalLifecycle { |
| 166 | return proposal as unknown as ProposalLifecycle; |
| 167 | } |
| 168 | |
| 169 | import { buildCatalog, buildShowsForProducts, buildProposals } from './product-factory.js'; |
| 170 | import { buildFormats, FORMAT_CHANNEL_MAP } from './formats.js'; |
no outgoing calls
no test coverage detected