ContractProperty
Type Alias: ContractProperty
Properties overview
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;
Updated 10 days ago