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

Commit

Permalink
fix: fix typescript build (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Nov 16, 2018
1 parent c6d157d commit e4ac3ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/change.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
* limitations under the License.
*/

import {CreateOptions, ServiceObject} from '@google-cloud/common';
import {ServiceObject} from '@google-cloud/common';
import {promisifyAll} from '@google-cloud/promisify';
import * as r from 'request';
import {teenyRequest} from 'teeny-request';

import {Record} from './record';
import {Zone} from './zone';

export interface CreateChangeRequest extends CreateOptions {
export interface CreateChangeRequest {
add?: Record|Record[];
delete?: Record|Record[];
}
Expand Down

0 comments on commit e4ac3ca

Please sign in to comment.