We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transformToJson shows return type unknown[].
transformToJson
unknown[]
export declare const transformToJson: (result: IOutputResult, customResolvers?: CustomResolversType) => unknown[];
See kontent-ai/sample-app-react#224 (CI run: https://github.com/kontent-ai/sample-app-react/actions/runs/4762927863/jobs/8465735530?pr=224)
No TS issues
The text was updated successfully, but these errors were encountered:
Sorry - used different method.
Sorry, something went wrong.
No branches or pull requests
Brief bug description
transformToJson
shows return typeunknown[]
.export declare const transformToJson: (result: IOutputResult, customResolvers?: CustomResolversType) => unknown[];
Repro steps
See kontent-ai/sample-app-react#224 (CI run: https://github.com/kontent-ai/sample-app-react/actions/runs/4762927863/jobs/8465735530?pr=224)
Expected behavior
No TS issues
The text was updated successfully, but these errors were encountered: