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
files.d.ts line 53 should be Promise<T> instead of Promise
types/adobe/files.d.ts:53:106 - error TS2314: Generic type 'Promise<T>' requires 1 type argument(s). 53 protected _wrapProviderRequest(requestPromise: Promise, details: any, filePathToThrowOn404: string): Promise;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behaviour
files.d.ts line 53 should be Promise<T> instead of Promise
Actual Behaviour
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Platform and Version
Sample Code that illustrates the problem
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: