|
1 | 1 | // This file is a workaround to generate the desired output. |
2 | 2 | // Workaround for https://github.com/OpenAPITools/openapi-generator/issues/13417 |
3 | 3 |
|
4 | | -// May contain unused imports in some cases |
5 | | -// @ts-ignore |
| 4 | +// @ts-expect-error May contain unused imports in some cases |
6 | 5 | import type { FeeEstimateResult } from './fee-estimate-result'; |
7 | | -// May contain unused imports in some cases |
8 | | -// @ts-ignore |
| 6 | +// @ts-expect-error May contain unused imports in some cases |
9 | 7 | import type { GetFeaturesEnabledResult } from './get-features-enabled-result'; |
10 | | -// May contain unused imports in some cases |
11 | | -// @ts-ignore |
12 | | -import type { GetSupportedTokensItem } from './get-supported-tokens-item'; |
13 | | -// May contain unused imports in some cases |
14 | | -// @ts-ignore |
| 8 | +// @ts-expect-error May contain unused imports in some cases |
15 | 9 | import type { GetSupportedTokensResult } from './get-supported-tokens-result'; |
16 | | -// May contain unused imports in some cases |
17 | | -// @ts-ignore |
| 10 | +// @ts-expect-error May contain unused imports in some cases |
18 | 11 | import type { PrepareTransactionResult } from './prepare-transaction-result'; |
19 | | -// May contain unused imports in some cases |
20 | | -// @ts-ignore |
| 12 | +// @ts-expect-error May contain unused imports in some cases |
21 | 13 | import type { SignAndSendTransactionResult } from './sign-and-send-transaction-result'; |
22 | | -// May contain unused imports in some cases |
23 | | -// @ts-ignore |
| 14 | +// @ts-expect-error May contain unused imports in some cases |
24 | 15 | import type { SignTransactionResult } from './sign-transaction-result'; |
25 | | -// May contain unused imports in some cases |
26 | | -// @ts-ignore |
| 16 | +// @ts-expect-error May contain unused imports in some cases |
27 | 17 | import type { TransferTransactionResult } from './transfer-transaction-result'; |
28 | 18 |
|
29 | 19 | type TransferTransactionResultWithMethod = TransferTransactionResult & { |
|
0 commit comments