kodadot/nft-gallery

View on GitHub
components/why-koda/types.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type Section = {
  id: string
  number: number
  name: string
  description: string
  images?: string[]
  tags?: string[]
}