Export an interface to define the structure of a ZipMap object

interface ZipMap {
    [key: string]: Bytes | string;
}

Indexable

[key: string]: Bytes | string