-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathraycast-env.d.ts
322 lines (314 loc) · 9.76 KB
/
raycast-env.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
/// <reference types="@raycast/api">
/* 🚧 🚧 🚧
* This file is auto-generated from the extension's manifest.
* Do not modify manually. Instead, update the `package.json` file.
* 🚧 🚧 🚧 */
/* eslint-disable @typescript-eslint/ban-types */
type ExtensionPreferences = {}
/** Preferences accessible in all the extension's commands */
declare type Preferences = ExtensionPreferences
declare namespace Preferences {
/** Preferences accessible in the `antd` command */
export type Antd = ExtensionPreferences & {}
/** Preferences accessible in the `antdv` command */
export type Antdv = ExtensionPreferences & {}
/** Preferences accessible in the `apollo` command */
export type Apollo = ExtensionPreferences & {}
/** Preferences accessible in the `arthas` command */
export type Arthas = ExtensionPreferences & {}
/** Preferences accessible in the `astro` command */
export type Astro = ExtensionPreferences & {}
/** Preferences accessible in the `bootstrap` command */
export type Bootstrap = ExtensionPreferences & {}
/** Preferences accessible in the `clerk` command */
export type Clerk = ExtensionPreferences & {}
/** Preferences accessible in the `dubbo` command */
export type Dubbo = ExtensionPreferences & {}
/** Preferences accessible in the `echarts` command */
export type Echarts = ExtensionPreferences & {}
/** Preferences accessible in the `flet` command */
export type Flet = ExtensionPreferences & {}
/** Preferences accessible in the `gitbook` command */
export type Gitbook = ExtensionPreferences & {}
/** Preferences accessible in the `homebrew` command */
export type Homebrew = ExtensionPreferences & {}
/** Preferences accessible in the `ipfs` command */
export type Ipfs = ExtensionPreferences & {}
/** Preferences accessible in the `laravel` command */
export type Laravel = ExtensionPreferences & {}
/** Preferences accessible in the `nuxt` command */
export type Nuxt = ExtensionPreferences & {}
/** Preferences accessible in the `nvchad` command */
export type Nvchad = ExtensionPreferences & {}
/** Preferences accessible in the `pnpm` command */
export type Pnpm = ExtensionPreferences & {}
/** Preferences accessible in the `prettier` command */
export type Prettier = ExtensionPreferences & {}
/** Preferences accessible in the `rsshub` command */
export type Rsshub = ExtensionPreferences & {}
/** Preferences accessible in the `raycast` command */
export type Raycast = ExtensionPreferences & {}
/** Preferences accessible in the `react` command */
export type React = ExtensionPreferences & {}
/** Preferences accessible in the `react_bootstrap` command */
export type ReactBootstrap = ExtensionPreferences & {}
/** Preferences accessible in the `react_native` command */
export type ReactNative = ExtensionPreferences & {}
/** Preferences accessible in the `remix` command */
export type Remix = ExtensionPreferences & {}
/** Preferences accessible in the `slidev` command */
export type Slidev = ExtensionPreferences & {}
/** Preferences accessible in the `taro` command */
export type Taro = ExtensionPreferences & {}
/** Preferences accessible in the `supabase` command */
export type Supabase = ExtensionPreferences & {}
/** Preferences accessible in the `tailwindcss` command */
export type Tailwindcss = ExtensionPreferences & {}
/** Preferences accessible in the `tauri` command */
export type Tauri = ExtensionPreferences & {}
/** Preferences accessible in the `unidata` command */
export type Unidata = ExtensionPreferences & {}
/** Preferences accessible in the `vite` command */
export type Vite = ExtensionPreferences & {}
/** Preferences accessible in the `vitest` command */
export type Vitest = ExtensionPreferences & {}
/** Preferences accessible in the `vue_router` command */
export type VueRouter = ExtensionPreferences & {}
/** Preferences accessible in the `vue` command */
export type Vue = ExtensionPreferences & {}
/** Preferences accessible in the `vueuse` command */
export type Vueuse = ExtensionPreferences & {}
/** Preferences accessible in the `vuepress` command */
export type Vuepress = ExtensionPreferences & {}
/** Preferences accessible in the `elementplus` command */
export type Elementplus = ExtensionPreferences & {}
/** Preferences accessible in the `neovim` command */
export type Neovim = ExtensionPreferences & {}
/** Preferences accessible in the `less` command */
export type Less = ExtensionPreferences & {}
/** Preferences accessible in the `sass` command */
export type Sass = ExtensionPreferences & {}
/** Preferences accessible in the `deno` command */
export type Deno = ExtensionPreferences & {}
/** Preferences accessible in the `typescript` command */
export type Typescript = ExtensionPreferences & {}
/** Preferences accessible in the `yazi` command */
export type Yazi = ExtensionPreferences & {}
}
declare namespace Arguments {
/** Arguments passed to the `antd` command */
export type Antd = {
/** Search... */
"search": string
}
/** Arguments passed to the `antdv` command */
export type Antdv = {
/** Search... */
"search": string
}
/** Arguments passed to the `apollo` command */
export type Apollo = {
/** Search... */
"search": string
}
/** Arguments passed to the `arthas` command */
export type Arthas = {
/** Search... */
"search": string
}
/** Arguments passed to the `astro` command */
export type Astro = {
/** Search... */
"search": string
}
/** Arguments passed to the `bootstrap` command */
export type Bootstrap = {
/** Search... */
"search": string
}
/** Arguments passed to the `clerk` command */
export type Clerk = {
/** Search... */
"search": string
}
/** Arguments passed to the `dubbo` command */
export type Dubbo = {
/** Search... */
"search": string
}
/** Arguments passed to the `echarts` command */
export type Echarts = {
/** Search... */
"search": string
}
/** Arguments passed to the `flet` command */
export type Flet = {
/** Search... */
"search": string
}
/** Arguments passed to the `gitbook` command */
export type Gitbook = {
/** Search... */
"search": string
}
/** Arguments passed to the `homebrew` command */
export type Homebrew = {
/** Search... */
"search": string
}
/** Arguments passed to the `ipfs` command */
export type Ipfs = {
/** Search... */
"search": string
}
/** Arguments passed to the `laravel` command */
export type Laravel = {
/** Search... */
"search": string
}
/** Arguments passed to the `nuxt` command */
export type Nuxt = {
/** Search... */
"search": string
}
/** Arguments passed to the `nvchad` command */
export type Nvchad = {
/** Search... */
"search": string
}
/** Arguments passed to the `pnpm` command */
export type Pnpm = {
/** Search... */
"search": string
}
/** Arguments passed to the `prettier` command */
export type Prettier = {
/** Search... */
"search": string
}
/** Arguments passed to the `rsshub` command */
export type Rsshub = {
/** Search... */
"search": string
}
/** Arguments passed to the `raycast` command */
export type Raycast = {
/** Search... */
"search": string
}
/** Arguments passed to the `react` command */
export type React = {
/** Search... */
"search": string
}
/** Arguments passed to the `react_bootstrap` command */
export type ReactBootstrap = {
/** Search... */
"search": string
}
/** Arguments passed to the `react_native` command */
export type ReactNative = {
/** Search... */
"search": string
}
/** Arguments passed to the `remix` command */
export type Remix = {
/** Search... */
"search": string
}
/** Arguments passed to the `slidev` command */
export type Slidev = {
/** Search... */
"search": string
}
/** Arguments passed to the `taro` command */
export type Taro = {
/** Search... */
"search": string
}
/** Arguments passed to the `supabase` command */
export type Supabase = {
/** Search... */
"search": string
}
/** Arguments passed to the `tailwindcss` command */
export type Tailwindcss = {
/** Search... */
"search": string
}
/** Arguments passed to the `tauri` command */
export type Tauri = {
/** Search... */
"search": string
}
/** Arguments passed to the `unidata` command */
export type Unidata = {
/** Search... */
"search": string
}
/** Arguments passed to the `vite` command */
export type Vite = {
/** Search... */
"search": string
}
/** Arguments passed to the `vitest` command */
export type Vitest = {
/** Search... */
"search": string
}
/** Arguments passed to the `vue_router` command */
export type VueRouter = {
/** Search... */
"search": string
}
/** Arguments passed to the `vue` command */
export type Vue = {
/** Search... */
"search": string
}
/** Arguments passed to the `vueuse` command */
export type Vueuse = {
/** Search... */
"search": string
}
/** Arguments passed to the `vuepress` command */
export type Vuepress = {
/** Search... */
"search": string
}
/** Arguments passed to the `elementplus` command */
export type Elementplus = {
/** Search... */
"search": string
}
/** Arguments passed to the `neovim` command */
export type Neovim = {
/** Search... */
"search": string
}
/** Arguments passed to the `less` command */
export type Less = {
/** Search... */
"search": string
}
/** Arguments passed to the `sass` command */
export type Sass = {
/** Search... */
"search": string
}
/** Arguments passed to the `deno` command */
export type Deno = {
/** Search... */
"search": string
}
/** Arguments passed to the `typescript` command */
export type Typescript = {
/** Search... */
"search": string
}
/** Arguments passed to the `yazi` command */
export type Yazi = {
/** Search... */
"search": string
}
}