Skip to content

Commit 9239a09

Browse files
committed
add search_provider to IArticle
1 parent b83947f commit 9239a09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/core/superdesk-api.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1280,6 +1280,7 @@ declare module 'superdesk-api' {
12801280
_autosave?: any;
12811281
_autosaved?: any;
12821282
_locked?: boolean;
1283+
search_provider?: string;
12831284
}
12841285

12851286
export interface IDangerousArticlePatchingOptions {

0 commit comments

Comments
 (0)