1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00
squid-js/src/ocean/ServiceAgreements/Method.ts

6 lines
113 B
TypeScript
Raw Normal View History

2018-11-05 14:56:14 +01:00
export default class Method {
public path: string
public dependency: number
public timeout: number
}