Skip to content

Commit

Permalink
Merge pull request #342 from prezly/feature/opoint-integration-limit
Browse files Browse the repository at this point in the history
Support Opoint integration limit
  • Loading branch information
marko-ogg authored Oct 24, 2024
2 parents 164bd63 + 2647f3e commit 1fc9a0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/License.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export interface License extends LicenseRef {
coverage_integration_google_alerts_limit: number | null;
coverage_integration_rss_limit: number | null;
coverage_integration_auxipress_limit: number | null;
coverage_integration_opoint_limit: number | null;
}

export namespace License {
Expand Down

0 comments on commit 1fc9a0c

Please sign in to comment.