Type alias MetaplexErrorInputWithoutSource

MetaplexErrorInputWithoutSource: { key: string; title: string; problem: string; solution: string; options?: undefined | MetaplexErrorOptions }

Type declaration

  • key: string
  • title: string
  • problem: string
  • solution: string
  • Optional options?: undefined | MetaplexErrorOptions

Generated using TypeDoc