For example, in npm library `@polkadot/api` support custom type and signedExtensions like this ```typescript new ApiPromise({ provider, types: { ... }, signedExtensions: { ... } }); ``` Is there a way to change signedExtensions