Skip to content

Commit

Permalink
fix: added responses in RecordTypeResponse (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
sravya-yelleti authored Feb 16, 2022
1 parent ef2e272 commit bb47b24
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/operations/snapshots/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ export const RecordTypeResponse = t.union([
t.literal('campaignNegativeKeyword'),
t.literal('target'),
t.literal('negativeTarget'),
t.literal('campaigns'),
t.literal('adGroups'),
t.literal('productAds'),
t.literal('keywords'),
t.literal('negativeKeywords'),
t.literal('campaignNegativeKeywords'),
t.literal('targets'),
t.literal('negativeTargets'),
])
export type RecordTypeResponse = t.TypeOf<typeof RecordTypeResponse>

Expand Down

0 comments on commit bb47b24

Please sign in to comment.