Build Errors: TS7008: Member 'value_prefix' implicitly has an 'any' type.
pbrennand-francis opened this issue · 1 comments
pbrennand-francis commented
Description
Version 1.7.0 has the following build errors when installed:
node_modules/typesense/lib/Typesense/Key.d.ts:7:5 - error TS7008: Member 'value_prefix' implicitly has an 'any' type.
7 value_prefix? string;
node_modules/typesense/lib/Typesense/Key.d.ts:7:19 - error TS1005: ';' expected.
7 value_prefix? string;
node_modules/typesense/lib/Typesense/Key.d.ts:7:19 - error TS7008: Member 'string' implicitly has an 'any' type.
7 value_prefix? string;
Metadata
Typesense Version: 1.7.0
OS: macOS 13.3.1
Typescript Version: 4.7.4
jasonbosco commented
Just resolved this in this version: #167 (comment)