Closed johanneswuerbach closed 3 years ago
Using those otherwise fails with:
node_modules/phin/types.d.ts:27:3 - error TS2304: Cannot find name 'IWithData'. 27 IWithData<phin.IStringResponseOptions> | ~~~~~~~~~ node_modules/phin/types.d.ts:28:3 - error TS2304: Cannot find name 'IWithForm'. 28 IWithForm<phin.IStringResponseOptions>): Promise<phin.IStringResponse> ~~~~~~~~~
Duplicate of #67
the current Version on NPM don't have #67 included. Maybe release 3.6.1 ?
3.6.1
ping @ethanent
Using those otherwise fails with: