kodadot/nft-gallery

View on GitHub
utils/config/types.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type { Prefix as ChainPrefix } from '@kodadot1/static'

export type Prefix = ChainPrefix
export type PartialConfig<T = boolean> = {
  [K in Prefix]?: T
}