@stacksjs/types 0.70.86 → 0.70.88

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. package/package.json +19 -5
  2. package/dist/ai.d.ts +0 -37
  3. package/dist/analytics.d.ts +0 -36
  4. package/dist/api.d.ts +0 -26
  5. package/dist/app.d.ts +0 -28
  6. package/dist/attributes.d.ts +0 -1
  7. package/dist/auth.d.ts +0 -56
  8. package/dist/auto-imports.d.ts +0 -8
  9. package/dist/binary.d.ts +0 -11
  10. package/dist/cache.d.ts +0 -88
  11. package/dist/cdn.d.ts +0 -4
  12. package/dist/chat.d.ts +0 -69
  13. package/dist/cli.d.ts +0 -316
  14. package/dist/cloud.d.ts +0 -366
  15. package/dist/cms.d.ts +0 -12
  16. package/dist/commerce.d.ts +0 -14
  17. package/dist/components.d.ts +0 -9
  18. package/dist/configure.d.ts +0 -12
  19. package/dist/cors.d.ts +0 -47
  20. package/dist/cron-jobs.d.ts +0 -61
  21. package/dist/dashboard.d.ts +0 -108
  22. package/dist/database.d.ts +0 -76
  23. package/dist/dependencies.d.ts +0 -17
  24. package/dist/deploy.d.ts +0 -16
  25. package/dist/dns.d.ts +0 -362
  26. package/dist/docs.d.ts +0 -23
  27. package/dist/email.d.ts +0 -207
  28. package/dist/env.d.ts +0 -1
  29. package/dist/errors.d.ts +0 -84
  30. package/dist/events.d.ts +0 -31
  31. package/dist/exit-code.d.ts +0 -10
  32. package/dist/file-systems.d.ts +0 -60
  33. package/dist/git.d.ts +0 -60
  34. package/dist/hashing.d.ts +0 -57
  35. package/dist/helpers.d.ts +0 -1
  36. package/dist/i18n.d.ts +0 -65
  37. package/dist/index.d.ts +0 -79
  38. package/dist/index.js +0 -2
  39. package/dist/library.d.ts +0 -799
  40. package/dist/logging.d.ts +0 -15
  41. package/dist/manifest.d.ts +0 -9
  42. package/dist/marketing.d.ts +0 -12
  43. package/dist/model-dashboard-augmentation.d.ts +0 -8
  44. package/dist/model-names.d.ts +0 -1
  45. package/dist/model.d.ts +0 -256
  46. package/dist/monitoring.d.ts +0 -12
  47. package/dist/notifications.d.ts +0 -126
  48. package/dist/oauth.d.ts +0 -290
  49. package/dist/pages.d.ts +0 -10
  50. package/dist/payments.d.ts +0 -322
  51. package/dist/phone.d.ts +0 -65
  52. package/dist/ports.d.ts +0 -20
  53. package/dist/promise.d.ts +0 -1
  54. package/dist/push.d.ts +0 -108
  55. package/dist/queue.d.ts +0 -312
  56. package/dist/reactivity.d.ts +0 -1
  57. package/dist/realtime.d.ts +0 -443
  58. package/dist/request.d.ts +0 -265
  59. package/dist/response.d.ts +0 -15
  60. package/dist/router.d.ts +0 -105
  61. package/dist/saas.d.ts +0 -32
  62. package/dist/scheduler.d.ts +0 -1
  63. package/dist/search-engine.d.ts +0 -129
  64. package/dist/security.d.ts +0 -18
  65. package/dist/server.d.ts +0 -16
  66. package/dist/services.d.ts +0 -149
  67. package/dist/settings-config.d.ts +0 -9
  68. package/dist/sms.d.ts +0 -144
  69. package/dist/stack-extensions.d.ts +0 -137
  70. package/dist/stacks.d.ts +0 -45
  71. package/dist/storage.d.ts +0 -104
  72. package/dist/table-names.d.ts +0 -1
  73. package/dist/tables.d.ts +0 -34
  74. package/dist/team.d.ts +0 -7
  75. package/dist/ui.d.ts +0 -55
  76. package/dist/utils.d.ts +0 -39
  77. package/src/ai.ts +0 -41
  78. package/src/analytics.ts +0 -58
  79. package/src/api.ts +0 -77
  80. package/src/app.ts +0 -189
  81. package/src/attributes.ts +0 -5
  82. package/src/auth.ts +0 -161
  83. package/src/auto-imports.ts +0 -8
  84. package/src/binary.ts +0 -13
  85. package/src/cache.ts +0 -325
  86. package/src/cdn.ts +0 -17
  87. package/src/chat.ts +0 -193
  88. package/src/cli.ts +0 -445
  89. package/src/cloud.ts +0 -381
  90. package/src/cms.ts +0 -14
  91. package/src/commerce.ts +0 -18
  92. package/src/components.ts +0 -62
  93. package/src/configure.ts +0 -13
  94. package/src/cors.ts +0 -86
  95. package/src/cron-jobs.ts +0 -146
  96. package/src/dashboard.ts +0 -218
  97. package/src/database.ts +0 -117
  98. package/src/dependencies.ts +0 -69
  99. package/src/deploy.ts +0 -17
  100. package/src/dns.ts +0 -470
  101. package/src/docs.ts +0 -27
  102. package/src/email.ts +0 -511
  103. package/src/env.ts +0 -1
  104. package/src/errors.ts +0 -110
  105. package/src/events.ts +0 -37
  106. package/src/exit-code.ts +0 -10
  107. package/src/file-systems.ts +0 -70
  108. package/src/git.ts +0 -133
  109. package/src/hashing.ts +0 -127
  110. package/src/helpers.ts +0 -9
  111. package/src/i18n.ts +0 -121
  112. package/src/index.ts +0 -80
  113. package/src/library.ts +0 -911
  114. package/src/logging.ts +0 -62
  115. package/src/manifest.ts +0 -9
  116. package/src/marketing.ts +0 -14
  117. package/src/model-dashboard-augmentation.ts +0 -51
  118. package/src/model-names.ts +0 -1
  119. package/src/model.ts +0 -353
  120. package/src/monitoring.ts +0 -14
  121. package/src/native.ts +0 -0
  122. package/src/notifications.ts +0 -153
  123. package/src/oauth.ts +0 -488
  124. package/src/pages.ts +0 -10
  125. package/src/payments.ts +0 -440
  126. package/src/phone.ts +0 -78
  127. package/src/ports.ts +0 -20
  128. package/src/promise.ts +0 -1
  129. package/src/push.ts +0 -143
  130. package/src/queue.ts +0 -413
  131. package/src/reactivity.ts +0 -1
  132. package/src/realtime.ts +0 -584
  133. package/src/request.ts +0 -541
  134. package/src/response.ts +0 -16
  135. package/src/router.ts +0 -124
  136. package/src/saas.ts +0 -33
  137. package/src/scheduler.ts +0 -1
  138. package/src/search-engine.ts +0 -251
  139. package/src/security.ts +0 -23
  140. package/src/server.ts +0 -16
  141. package/src/services.ts +0 -211
  142. package/src/settings-config.ts +0 -10
  143. package/src/sms.ts +0 -265
  144. package/src/stack-extensions.ts +0 -184
  145. package/src/stacks.ts +0 -339
  146. package/src/storage.ts +0 -173
  147. package/src/table-names.ts +0 -1
  148. package/src/tables.ts +0 -57
  149. package/src/team.ts +0 -8
  150. package/src/ui.ts +0 -197
  151. package/src/utils.ts +0 -46
package/src/chat.ts DELETED
@@ -1,193 +0,0 @@
1
- export type ChatConfig = ChatOptions
2
-
3
- // Chat Message Types
4
-
5
- /**
6
- * Configuration options for chat drivers
7
- */
8
- export interface ChatDriverConfig {
9
- /**
10
- * Maximum number of retry attempts
11
- */
12
- maxRetries?: number
13
-
14
- /**
15
- * Timeout between retry attempts in milliseconds
16
- */
17
- retryTimeout?: number
18
-
19
- /**
20
- * Any additional driver-specific configuration
21
- */
22
- [key: string]: any
23
- }
24
-
25
- /**
26
- * Base chat message interface
27
- */
28
- export interface ChatMessage {
29
- /**
30
- * Recipient(s) of the message
31
- * This could be channel ID, user ID, or other identifier
32
- */
33
- to: string | string[]
34
-
35
- /**
36
- * Optional sender information
37
- */
38
- from?: {
39
- id?: string
40
- name?: string
41
- avatar?: string
42
- }
43
-
44
- /**
45
- * Optional message subject or title
46
- */
47
- subject?: string
48
-
49
- /**
50
- * Message content in plain text
51
- */
52
- content?: string
53
-
54
- /**
55
- * Template to be used for rendering the message
56
- */
57
- template?: string
58
-
59
- /**
60
- * Template data
61
- */
62
- data?: Record<string, any>
63
-
64
- /**
65
- * Any attachments to include with the message
66
- */
67
- attachments?: ChatAttachment[]
68
-
69
- /**
70
- * Callback triggered on successful message delivery
71
- */
72
- onSuccess?: () => void | Promise<void> | Partial<ChatResult>
73
-
74
- /**
75
- * Callback triggered on message delivery failure
76
- */
77
- onError?: (error: Error) => void | Promise<void> | Partial<ChatResult>
78
-
79
- /**
80
- * General handler for both success and error cases
81
- */
82
- handle?: () => void | Promise<void> | Partial<ChatResult>
83
-
84
- /**
85
- * Custom fields for platform-specific options
86
- */
87
- [key: string]: any
88
- }
89
-
90
- /**
91
- * Structure for message attachments
92
- */
93
- export interface ChatAttachment {
94
- /**
95
- * Filename of the attachment
96
- */
97
- filename: string
98
-
99
- /**
100
- * Content of the attachment
101
- */
102
- content: string | Uint8Array
103
-
104
- /**
105
- * MIME type of the attachment
106
- */
107
- contentType: string
108
-
109
- /**
110
- * Additional options for the attachment
111
- */
112
- options?: Record<string, any>
113
- }
114
-
115
- /**
116
- * Standard result object for chat operations
117
- */
118
- export interface ChatResult {
119
- /**
120
- * Indicates whether the operation was successful
121
- */
122
- success: boolean
123
-
124
- /**
125
- * Human-readable message about the result
126
- */
127
- message: string
128
-
129
- /**
130
- * Name of the provider that handled the message
131
- */
132
- provider: string
133
-
134
- /**
135
- * Optional message ID returned from the provider
136
- */
137
- messageId?: string
138
-
139
- /**
140
- * Any additional provider-specific response data
141
- */
142
- data?: Record<string, any>
143
- }
144
-
145
- /**
146
- * Chat driver options
147
- */
148
- export type ChatOptions = Record<string, any>
149
-
150
- /**
151
- * Base chat driver interface
152
- */
153
- export interface ChatDriver {
154
- /**
155
- * Name of the chat provider
156
- */
157
- name: string
158
-
159
- /**
160
- * Configure the driver
161
- */
162
- configure: (config: ChatDriverConfig) => void
163
-
164
- /**
165
- * Send a message
166
- */
167
- send: (message: ChatMessage, options?: ChatOptions) => Promise<ChatResult>
168
- }
169
-
170
- /**
171
- * Slack-specific response
172
- */
173
- export interface SlackResponse {
174
- /**
175
- * ID of the sent message
176
- */
177
- id: string
178
-
179
- /**
180
- * Channel where the message was sent
181
- */
182
- channel?: string
183
-
184
- /**
185
- * Timestamp of the message
186
- */
187
- ts?: string
188
-
189
- /**
190
- * Any additional response data
191
- */
192
- [key: string]: any
193
- }
package/src/cli.ts DELETED
@@ -1,445 +0,0 @@
1
- import type { BunFile } from 'bun'
2
- import type { Ports } from './ports'
3
-
4
- type ArrayBufferView = NodeJS.TypedArray | DataView
5
-
6
- export type { ErrorLike, SpawnOptions, Subprocess, SyncSubprocess } from 'bun'
7
- export type Readable =
8
- | 'pipe'
9
- | 'inherit'
10
- | 'ignore'
11
- | null // equivalent to 'ignore'
12
- | undefined // to use default
13
- | BunFile
14
- | ArrayBufferView
15
- | number
16
-
17
- export type Writable =
18
- | 'pipe'
19
- | 'inherit'
20
- | 'ignore'
21
- | null // equivalent to 'ignore'
22
- | undefined // to use default
23
- | BunFile
24
- | ArrayBufferView
25
- | number
26
- | ReadableStream
27
- | Blob
28
- | Response
29
- | Request
30
-
31
- export type In = Readable
32
- export type Out = Writable
33
- // export type Err = Writable // TODO: find a workaround for this to not clash with our other Err export
34
-
35
- /**
36
- * The file descriptor for the standard input. It may be:
37
- *
38
- * - `"ignore"`, `null`, `undefined`: The process will have no standard input
39
- * - `"pipe"`: The process will have a new {@link FileSink} for standard input
40
- * - `"inherit"`: The process will inherit the standard input of the current process
41
- * - `ArrayBufferView`, `Blob`: The process will read from the buffer
42
- * - `number`: The process will read from the file descriptor
43
- *
44
- * @default "ignore"
45
- */
46
- export type stdin = 'ignore' | 'inherit' | 'pipe' | ArrayBufferView | number | null | undefined
47
-
48
- /**
49
- * The file descriptor for the standard output. It may be:
50
- *
51
- * - `"pipe"`, `undefined`: The process will have a {@link ReadableStream} for standard output/error
52
- * - `"ignore"`, `null`: The process will have no standard output/error
53
- * - `"inherit"`: The process will inherit the standard output/error of the current process
54
- * - `ArrayBufferView`: The process write to the preallocated buffer. Not implemented.
55
- * - `number`: The process will write to the file descriptor
56
- *
57
- * @default "pipe"
58
- */
59
- export type stdout = 'ignore' | 'inherit' | 'pipe' | ArrayBufferView | number
60
-
61
- /**
62
- * The file descriptor for the standard error. It may be:
63
- *
64
- * - `"pipe"`, `undefined`: The process will have a {@link ReadableStream} for standard output/error
65
- * - `"ignore"`, `null`: The process will have no standard output/error
66
- * - `"inherit"`: The process will inherit the standard output/error of the current process
67
- * - `ArrayBufferView`: The process write to the preallocated buffer. Not implemented.
68
- * - `number`: The process will write to the file descriptor
69
- *
70
- * @default "inherit" for `spawn`
71
- * "pipe" for `spawnSync`
72
- */
73
- export type stderr = 'ignore' | 'inherit' | 'pipe' | ArrayBufferView | number
74
-
75
- export interface OutroOptions extends CliOptions {
76
- type?: 'success' | 'error' | 'warning' | 'info'
77
- startTime?: number
78
- useSeconds?: boolean
79
- quiet?: boolean
80
- message?: string
81
- }
82
-
83
- export interface IntroOptions {
84
- /**
85
- * @default true
86
- */
87
- showPerformance?: boolean
88
-
89
- /**
90
- * @default false
91
- */
92
- quiet: boolean
93
- }
94
-
95
- // type SpinnerOptions = Ora
96
-
97
- export type CliOptionsKeys = keyof CliOptions
98
-
99
- /**
100
- * The options to pass to the CLI.
101
- */
102
- export interface CliOptions {
103
- /**
104
- * **Verbose Output**
105
- *
106
- * When your application is in "verbose"-mode, a different level of,
107
- * information like useful outputs for debugging reasons, will be
108
- * shown. When disabled, it defaults to the "normal experience."
109
- *
110
- * @default false
111
- */
112
- verbose?: boolean
113
-
114
- /**
115
- * **Silent Mode**
116
- *
117
- * When you are using "silent"-mode, the CLI will not output anything
118
- * to the console. This is useful when you want to run the CLI in
119
- * the background.
120
- *
121
- * @default false
122
- */
123
- silent?: boolean
124
-
125
- /**
126
- * **Quiet Mode**
127
- *
128
- * When you are using "quiet"-mode, the CLI will output minimally
129
- * to the console.
130
- *
131
- * @default false
132
- */
133
- quiet?: boolean
134
-
135
- /**
136
- * **Current Work Directory**
137
- *
138
- * Based on the `cwd` value, that's where the command...
139
- *
140
- * @default projectPath()
141
- */
142
- cwd?: string
143
-
144
- stdio?: [In, Out, Out]
145
-
146
- /**
147
- * **stdio**
148
- *
149
- * The `stdio` option lets you configure the standard I/O of the spawned process.
150
- *
151
- */
152
- // stdio?: [SpawnOptions.Writable, SpawnOptions.Readable, SpawnOptions.Readable]
153
-
154
- /**
155
- * @default 'pipe'
156
- */
157
- stdin?: stdin
158
-
159
- /**
160
- * @default 'pipe'
161
- */
162
- stdout?: stdout
163
-
164
- /**
165
- * @default 'inherit'
166
- */
167
- stderr?: stderr
168
-
169
- env?: Record<string, string | undefined>
170
-
171
- /**
172
- * Runs the action in interactive/detached mode.
173
- * @default false
174
- */
175
- background?: boolean
176
-
177
- timeoutMs?: number
178
-
179
- startTime?: number
180
-
181
- /**
182
- * Include the localhost URL in the output.
183
- * @default false
184
- */
185
- withLocalhost?: boolean
186
-
187
- input?: string | ArrayBufferView | ReadableStream | Blob | Response | Request
188
-
189
- project?: string // TODO: can create an action that automates creating a type for this
190
- }
191
-
192
- export type CliConfig = CliOptions
193
-
194
- // export type { Ora as SpinnerOptions } from 'ora'
195
-
196
- // the `domains` option is only available for the `deploy` command
197
- // the `count` option is only available for the `seed` command
198
- export type ActionOption = 'types' | 'domains' | 'count'
199
-
200
- /**
201
- * The options to pass to the Action.
202
- */
203
- export type ActionOptions = {
204
- types?: boolean
205
- domains?: boolean
206
- count?: number
207
- dryRun?: boolean // used in buddy release
208
- } & CliOptions &
209
- DomainsOptions
210
-
211
- export type BuildOption =
212
- | 'components'
213
- | 'webComponents'
214
- | 'elements'
215
- | 'functions'
216
- | 'docs'
217
- | 'views'
218
- | 'stacks'
219
- | 'all'
220
- | 'buddy'
221
- | 'server'
222
- export type BuildOptions = {
223
- [key in BuildOption]: boolean
224
- } & CliOptions
225
-
226
- export type AddOption = 'table' | 'calendar' | 'all'
227
- export type AddOptions = {
228
- [key in AddOption]?: boolean
229
- } & CliOptions
230
-
231
- export type CreateStringOption = 'name'
232
- export type CreateBooleanOption =
233
- | 'ui'
234
- | 'components'
235
- | 'web-components'
236
- | 'vue'
237
- | 'views'
238
- | 'functions'
239
- | 'api'
240
- | 'database'
241
- | 'minimal'
242
- export type CreateOptions = {
243
- [key in CreateBooleanOption]: boolean
244
- } & {
245
- [key in CreateStringOption]: string
246
- } & CliOptions
247
-
248
- export type DevOption =
249
- | 'components'
250
- | 'docs'
251
- | 'frontend'
252
- | 'api'
253
- | 'desktop'
254
- | 'native'
255
- | 'all'
256
- | 'email'
257
- | 'system-tray'
258
- | 'interactive'
259
- | 'verbose'
260
- export type DevOptions = {
261
- [key in DevOption]: boolean
262
- } & CliOptions
263
-
264
- export type GeneratorOption =
265
- | 'types'
266
- | 'entries'
267
- | 'webTypes'
268
- | 'customData'
269
- | 'ideHelpers'
270
- | 'componentMeta'
271
- | 'coreSymlink'
272
- | 'openApiSpec'
273
- | 'pantryConfig'
274
- | 'openapi'
275
- | 'modelFiles'
276
- export type GeneratorOptions = {
277
- [key in GeneratorOption]?: boolean
278
- } & CliOptions
279
-
280
- export type LintOption = 'fix'
281
- export type LintOptions = {
282
- [key in LintOption]: boolean
283
- } & CliOptions
284
-
285
- export type MakeStringOption = 'name' | 'chat' | 'sms' | 'env'
286
- export type MakeBooleanOption =
287
- | 'component'
288
- | 'page'
289
- | 'function'
290
- | 'language'
291
- | 'database'
292
- | 'migration'
293
- | 'model'
294
- | 'notification'
295
- | 'stack'
296
- | 'middleware'
297
- | 'dryRun'
298
- | 'withValidation'
299
- | 'withAuth'
300
- export type MakeOptions = {
301
- [key in MakeBooleanOption]: boolean
302
- } & {
303
- [key in MakeStringOption]: string
304
- } & CliOptions
305
-
306
- export type UpgradeBoolean = 'framework' | 'dependencies' | 'bun' | 'shell' | 'binary' | 'all' | 'force' | 'canary' | 'stable' | 'noPostinstall' | 'postinstall'
307
-
308
- export type UpgradeString = 'version' | 'from'
309
-
310
- export type UpgradeOptions = {
311
- [key in UpgradeBoolean]?: boolean
312
- } & {
313
- [key in UpgradeString]?: string
314
- } & CliOptions
315
-
316
- export type ExamplesString = 'version'
317
- export type ExamplesBoolean = 'components' | 'vue' | 'webComponents' | 'elements' | 'all' | 'force'
318
- export type ExamplesOption = ExamplesString & ExamplesBoolean
319
- export type ExamplesOptions = {
320
- [key in ExamplesString]: string
321
- } & {
322
- [key in ExamplesBoolean]: boolean
323
- } & CliOptions
324
- export type TestingOptions = CliOptions & {
325
- ui?: boolean
326
- feature?: boolean
327
- unit?: boolean
328
- }
329
- export type DomainsOptions = CliOptions & {
330
- domain?: string
331
- yes?: boolean
332
- years?: number
333
- privacy?: boolean
334
- autoRenew?: boolean
335
- registrantFirstName?: string
336
- registrantLastName?: string
337
- registrantOrganization?: string
338
- registrantAddress?: string
339
- registrantCity?: string
340
- registrantState?: string
341
- registrantCountry?: string
342
- registrantZip?: string
343
- registrantPhone?: string
344
- registrantEmail?: string
345
- adminFirstName?: string
346
- adminLastName?: string
347
- adminOrganization?: string
348
- adminAddress?: string
349
- adminCity?: string
350
- adminState?: string
351
- adminCountry?: string
352
- adminZip?: string
353
- adminPhone?: string
354
- adminEmail?: string
355
- techFirstName?: string
356
- techLastName?: string
357
- techOrganization?: string
358
- techAddress?: string
359
- techCity?: string
360
- techState?: string
361
- techCountry?: string
362
- techZip?: string
363
- techPhone?: string
364
- techEmail?: string
365
- privacyAdmin?: boolean
366
- privacyTech?: boolean
367
- privacyRegistrant?: boolean
368
- contactType?: string
369
- }
370
-
371
- export interface CleanOptions extends CliOptions {}
372
-
373
- export interface CloudCliOptions extends CliOptions {
374
- ssh?: boolean
375
- connect?: boolean
376
- jumpBox?: boolean
377
- invalidateCache?: boolean
378
- paths?: string
379
- diff?: boolean
380
- }
381
- export interface CommitOptions extends CliOptions {}
382
- export interface FreshOptions extends CliOptions {
383
- dryRun?: boolean
384
- quiet?: boolean
385
- }
386
-
387
- export interface InspireOptions extends CliOptions {}
388
- export interface InstallOptions extends CliOptions {}
389
-
390
- export interface KeyOptions extends CliOptions {}
391
-
392
- export interface MigrateOptions extends CliOptions {
393
- diff?: boolean
394
- }
395
-
396
- export interface CliQueueOptions extends CliOptions {
397
- queue?: string
398
- id?: string | number
399
- all?: boolean
400
- force?: boolean
401
- connection?: string
402
- }
403
-
404
- export interface ReleaseOptions extends CliOptions {
405
- dryRun?: boolean
406
- bump?: 'patch' | 'minor' | 'major' | 'prepatch' | 'preminor' | 'premajor' | 'prerelease' | string
407
- }
408
-
409
- export interface ChangelogOptions extends CliOptions {
410
- dryRun?: boolean
411
- from?: string
412
- to?: string
413
- version?: string
414
- }
415
-
416
- export interface ProjectsOptions extends CliOptions {
417
- list?: boolean
418
- }
419
- export interface PreinstallOptions extends CliOptions {}
420
- export interface PrepublishOptions extends CliOptions {}
421
- export interface PortsOptions extends CliOptions {
422
- ports?: Partial<Ports>
423
- }
424
-
425
- export interface SaasOptions extends CliOptions {}
426
-
427
- export interface SearchCommandOptions extends CliOptions {
428
- model: string
429
- settings: boolean
430
- flush: boolean
431
- }
432
-
433
- export interface ScheduleOptions extends CliOptions {}
434
-
435
- export interface TinkerOptions extends CliOptions {
436
- eval?: string | boolean
437
- print?: string | boolean
438
- noBanner?: boolean
439
- preload?: string
440
- }
441
- export interface TypesOptions extends CliOptions {}
442
-
443
- export type LibEntryType = 'web-components' | 'functions' | 'all'
444
-
445
- export type { CLI } from '@stacksjs/clapp'