Skip to content

Commit

Permalink
correct capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannzhou committed Aug 10, 2022
1 parent 4d3e77e commit 031e40f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/models/searchservice/response/DirectAnswerFieldType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* @public
*/
export enum DirectAnswerFieldType {
Url = 'url',
ComplexUrl = 'complex_url',
IOSAppUrl = 'ios_app_url',
AndroidAppUrl = 'android_app_url',
FacebookUrl = 'facebook_url',
URL = 'url',
ComplexURL = 'complex_url',
IOSAppURL = 'ios_app_url',
AndroidAppURL = 'android_app_url',
FacebookURL = 'facebook_url',
Email = 'email',
InstagramHandle = 'instagram_handle',
TwitterHandle = 'twitter_handle',
Expand Down

0 comments on commit 031e40f

Please sign in to comment.