1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00
squid-js/src/ddo/Authentication.ts
Pedro Gutiérrez f82b99792f linter fixes
2019-02-08 17:37:21 +01:00

5 lines
75 B
TypeScript

export interface Authentication {
type: string
publicKey: string
}