8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12adee commit aa583ceCopy full SHA for aa583ce
src/FeedItem.ts
@@ -28,6 +28,10 @@ export interface CisionQuoteResponse {
28
Author: string
29
Text: string
30
}
31
+export interface CisionLanguageVersionResponse {
32
+ Code: string;
33
+ ReleaseId: string;
34
+}
35
export interface CisionFeedItemResponse {
36
SyndicatedUrl: string
37
CompanyInformation: string
@@ -39,7 +43,7 @@ export interface CisionFeedItemResponse {
39
43
EncryptedId: string
40
44
LanguageCode: string
41
45
CountryCode: string
42
- LanguageVersions: []
46
+ LanguageVersions: CisionLanguageVersionResponse[]
47
Categories: CisionCategoryResponse[]
48
Keywords: string[]
49
Images: CisionImageResponse[]
0 commit comments