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

file.index typing fix

This commit is contained in:
Matthias Kretschmann 2019-11-12 16:35:42 +01:00
parent 3cc93c8afe
commit bd1b0d16d0
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -84,7 +84,7 @@ export interface File {
* File index.
* @type {number}
*/
index: number
index?: number
/**
* File format, if applicable.