polkadot-js/api

View on GitHub
packages/types/src/create/types.ts

Summary

Maintainability
A
0 mins
Test Coverage
// Copyright 2017-2024 @polkadot/types authors & contributors
// SPDX-License-Identifier: Apache-2.0

// all types
export type { CodecCreateOptions as CreateOptions } from '@polkadot/types-codec/types';
export type { TypeDef } from '@polkadot/types-create/types';

// all enums
export { TypeDefInfo } from '@polkadot/types-create';