1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00
squid-js/src/models/InputType.ts
2018-11-20 10:43:11 +01:00

5 lines
83 B
TypeScript

export default class InputType {
public name: string
public type: string
}