Skip to content

Commit

Permalink
fix: update to correct type import
Browse files Browse the repository at this point in the history
  • Loading branch information
dkundel committed Jul 19, 2019
1 parent a0528f1 commit ea0994f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/serverless-runtime-types/types.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as twilio from 'twilio';
import { SyncListListInstance } from 'twilio/lib/rest/preview/sync/service/syncList';
import { ServiceContext } from 'twilio/lib/rest/sync/v1/service';
import { SyncListListInstance } from 'twilio/lib/rest/sync/v1/service/syncList';
import { SyncMapListInstance } from 'twilio/lib/rest/sync/v1/service/syncMap';
import { TwilioClientOptions } from 'twilio/lib/rest/Twilio';

Expand Down

0 comments on commit ea0994f

Please sign in to comment.