ipfs/src/@types/ipfs.d.ts

6 lines
81 B
TypeScript

export interface IpfsConfig {
protocol: string
host: string
port: string
}