Skip to content

Commit 76feab2

Browse files
fix: fix typescript build (#171)
1 parent 83982a0 commit 76feab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-cloud-dns/src/change.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
* limitations under the License.
1515
*/
1616

17-
import {CreateOptions, ServiceObject} from '@google-cloud/common';
17+
import {ServiceObject} from '@google-cloud/common';
1818
import {promisifyAll} from '@google-cloud/promisify';
1919
import * as r from 'request';
2020
import {teenyRequest} from 'teeny-request';
2121

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

25-
export interface CreateChangeRequest extends CreateOptions {
25+
export interface CreateChangeRequest {
2626
add?: Record|Record[];
2727
delete?: Record|Record[];
2828
}

0 commit comments

Comments
 (0)