File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,9 +103,9 @@ export interface ServiceDef {
103103 description : string ;
104104
105105 icon ?: string ;
106- categories : Category [
106+ categories : Category [ ] ;
107107 integration : Integration ;
108- tags : string [
108+ tags : string [ ] ;
109109 status ?: Status ;
110110 docs ?: { homepage ?: string ; llmsTxt ?: string ; apiReference ?: string } ;
111111 provider ?: { name : string ; url : string } ;
@@ -114,10 +114,10 @@ export interface ServiceDef {
114114 /** Default payment intent for paid endpoints in this service */
115115 intent : Intent ;
116116 /** Payment methods accepted by this service — first entry is primary for endpoint-level payment info */
117- payments : PaymentDefaults [
117+ payments : PaymentDefaults [ ] ;
118118 /** Base URL for auto-generating per-endpoint docs links */
119119 docsBase ?: string ;
120- endpoints : EndpointDef [
120+ endpoints : EndpointDef [ ] ;
121121}
122122
123123// prettier-ignore
You can’t perform that action at this time.
0 commit comments