In IPLD Schema types may have different [representation]s, this interface represents all the types that have a map representation and defines extensions relevant to such types. [representation]: https://ipld.io/docs/schemas/features/representation-strategies/

Type Parameters

  • V extends Record<string, unknown>

  • I = unknown

Hierarchy

Methods

  • Parameters

    • value: I

    Returns V

  • Parameters

    • value: unknown

    Returns value is V

Generated using TypeDoc