Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

fix: improve the types#114

Merged
JustinBeckwith merged 6 commits intogoogleapis:masterfrom
JustinBeckwith:typeyah
Sep 25, 2018
Merged

fix: improve the types#114
JustinBeckwith merged 6 commits intogoogleapis:masterfrom
JustinBeckwith:typeyah

Conversation

@JustinBeckwith
Copy link
Copy Markdown
Contributor

Fixes #<issue_number_goes_here> (it's a good idea to open an issue first for discussion)

  • Tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 24, 2018
@ghost ghost assigned JustinBeckwith Sep 24, 2018
Comment thread src/record.ts
delete(): Promise<DeleteRecordResponse>;
delete(callback: ChangeCallback): void;
delete(callback?: ChangeCallback): void|Promise<DeleteRecordResponse> {
this.zone_.deleteRecords(this, callback!);

This comment was marked as spam.

This comment was marked as spam.

Comment thread src/zone.ts Outdated
* const apiResponse = data[1];
* });
*/
import(localPath: string, callback: ChangeCallback) {fs.readFile(localPath, 'utf-8', (err, file) => {

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

Comment thread src/record.ts Outdated
* @param {?Change} change A {@link Change} object.
* @param {object} apiResponse The full API response.
*/
export type DeleteRecordCallback =

This comment was marked as spam.

@JustinBeckwith JustinBeckwith merged commit df63b7e into googleapis:master Sep 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants