polkadot-js/api

View on GitHub
packages/typegen/src/templates/lookup/types.hbs

Summary

Maintainability
Test Coverage
{{> header }}

// import type lookup before we augment - in some environments
// this is required to allow for ambient/previous definitions
import '@polkadot/types/lookup';

{{{ importsAll }}}

declare module '@polkadot/types/lookup' {
  {{#each items}}
{{{this}}}

  {{/each}}
} // declare module