File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,11 @@ type MetaDataType =
28
28
name : string ;
29
29
source : string ;
30
30
}
31
+ | {
32
+ type : 'sitemap' ;
33
+ name : string ;
34
+ source : string ;
35
+ }
31
36
| {
32
37
type : 'text-snippet' ;
33
38
name : string ;
@@ -37,6 +42,31 @@ type MetaDataType =
37
42
type : 'Slack Message' ;
38
43
name : string ;
39
44
source : string ;
45
+ }
46
+ | {
47
+ type : 'confluence' ;
48
+ name : string ;
49
+ part : number ;
50
+ source : string ;
51
+ status : string ;
52
+ page_id : string ;
53
+ }
54
+ | {
55
+ type : 'jira' ;
56
+ id : string ;
57
+ name : string ;
58
+ labels : string ;
59
+ source : string ;
60
+ epic_key : string ;
61
+ created_at : string ;
62
+ updated_at : string ;
63
+ epic_summary : string ;
64
+ epic_description : string ;
65
+ }
66
+ | {
67
+ type : 'Jira Issue' ;
68
+ name : string ;
69
+ source : string ;
40
70
} ;
41
71
42
72
export type SearchResultData = {
You can’t perform that action at this time.
0 commit comments