-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
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
improve types (2) #356
improve types (2) #356
Conversation
@@ -32,7 +30,7 @@ import { CallOptions } from 'google-gax'; | |||
* @param {object} apiResponse The full API response. | |||
*/ | |||
export interface GetPolicyCallback { | |||
(err?: Error|null, acl?: Policy, apiResponse?: r.Response): void; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@kinwa91 I am so sorry for what happened here. |
src/index.ts
Outdated
* Typed any since it's importing Javascript source. | ||
*/ | ||
// tslint:disable-next-line:no-any | ||
(err: Error|null, gaxClient?: any): void; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after the failing sample tests are addressed
No description provided.