I am having trouble reaching `carrieraccount`. Ive notice several situations where @types might be out-of-date? ``` import * as shippoClient from 'shippo'; shippoClient('**').carrieraccount; ``` results in the following error >Property 'carrieraccount' does not exist on type 'Shippo'. ``` "@types/shippo": "^1.5.1", "shippo": "^1.7.1", ```
I am having trouble reaching
carrieraccount. Ive notice several situations where @types might be out-of-date?results in the following error