ContractProperty

Type Alias: ContractProperty

Properties overview

  • type: ContractPropertyType;
  • value: string;
type ContractProperty = {
  presentation: string;
  type: ContractPropertyType;
  value: string;
};

Defined in: packages/api/src/client/types.gen.ts:59

Type declaration

presentation?

optional presentation: string;

type

type: ContractPropertyType;

value

value: string;