diff --git a/src/types/decodeData.ts b/src/types/decodeData.ts index 057b65c5..66539731 100644 --- a/src/types/decodeData.ts +++ b/src/types/decodeData.ts @@ -4,7 +4,7 @@ import { EncodeDataType, URLDataWithHash } from './encodeData/JSONURL'; export interface DataInput { keyName: string; // can be the name or the hex/hash value; - dynamicKeyParts?: string | string[]; + dynamicKeyParts?: string | string[] | number; totalArrayLength?: number; startingIndex?: number; }