Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContractSummary<TData>

A summary of a contract, containing just the key fields.

Type parameters

Hierarchy

  • Pick<Contract<TData>, "id" | "slug" | "version" | "type">
    • ContractSummary

Index

Properties

id: string

A UUID that uniquely identifies this contract.

slug: string

A string that uniquely identifies this contract.

type: string

The type of this contract. The type value should include the version.

For example: 'my-type@1.0.0'

version: string

A semantic version of the contract.

Generated using TypeDoc