@opencode-ai/schema 0.0.0-next-14723 → 0.0.0-next-14730

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 (46) hide show
  1. package/dist/agent.d.ts +8 -8
  2. package/dist/catalog.d.ts +8 -8
  3. package/dist/command.d.ts +8 -8
  4. package/dist/durable-event-manifest.d.ts +412 -412
  5. package/dist/event-log.d.ts +46 -0
  6. package/dist/event-log.js +44 -0
  7. package/dist/event-manifest.d.ts +1224 -852
  8. package/dist/event-manifest.js +2 -2
  9. package/dist/event.d.ts +16 -6
  10. package/dist/event.js +9 -1
  11. package/dist/filesystem-watcher.d.ts +8 -8
  12. package/dist/filesystem.d.ts +8 -8
  13. package/dist/form.d.ts +1339 -0
  14. package/dist/form.js +105 -0
  15. package/dist/ide-event.d.ts +8 -8
  16. package/dist/index.d.ts +1 -1
  17. package/dist/index.js +1 -1
  18. package/dist/installation-event.d.ts +16 -16
  19. package/dist/integration.d.ts +16 -16
  20. package/dist/lsp-event.d.ts +8 -8
  21. package/dist/mcp-event.d.ts +24 -24
  22. package/dist/models-dev.d.ts +8 -8
  23. package/dist/permission.d.ts +16 -16
  24. package/dist/plugin.d.ts +8 -8
  25. package/dist/project-directories.d.ts +8 -8
  26. package/dist/project.d.ts +8 -8
  27. package/dist/pty.d.ts +32 -32
  28. package/dist/reference.d.ts +8 -8
  29. package/dist/server-event.d.ts +16 -16
  30. package/dist/session-compaction-event.d.ts +8 -8
  31. package/dist/session-event.d.ts +680 -680
  32. package/dist/session-status-event.d.ts +16 -16
  33. package/dist/session-todo.d.ts +8 -8
  34. package/dist/shell.d.ts +24 -24
  35. package/dist/skill.d.ts +8 -8
  36. package/dist/tui-event.d.ts +32 -32
  37. package/dist/v1/legacy-event.d.ts +8 -8
  38. package/dist/v1/permission.d.ts +16 -16
  39. package/dist/v1/question.d.ts +24 -24
  40. package/dist/v1/session.d.ts +92 -92
  41. package/dist/vcs-event.d.ts +8 -8
  42. package/dist/workspace-event.d.ts +24 -24
  43. package/dist/worktree-event.d.ts +16 -16
  44. package/package.json +1 -1
  45. package/dist/question.d.ts +0 -516
  46. package/dist/question.js +0 -64
package/dist/project.d.ts CHANGED
@@ -89,12 +89,12 @@ export declare const Event: {
89
89
  readonly type: Schema.Literal<"project.updated">;
90
90
  readonly durable: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
91
91
  readonly aggregateID: Schema.String;
92
- readonly seq: Schema.Int;
93
- readonly version: Schema.Int;
92
+ readonly seq: Schema.brand<Schema.Int, "Event.Seq">;
93
+ readonly version: Schema.brand<Schema.Int, "Event.Version">;
94
94
  }>>>, Schema.optionalKey<Schema.Struct<{
95
95
  readonly aggregateID: Schema.String;
96
- readonly seq: Schema.Int;
97
- readonly version: Schema.Int;
96
+ readonly seq: Schema.brand<Schema.Int, "Event.Seq">;
97
+ readonly version: Schema.brand<Schema.Int, "Event.Version">;
98
98
  }>>, never, never>;
99
99
  readonly location: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
100
100
  readonly directory: Schema.brand<Schema.String, "AbsolutePath">;
@@ -186,12 +186,12 @@ export declare const Event: {
186
186
  readonly type: Schema.Literal<"project.updated">;
187
187
  readonly durable: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
188
188
  readonly aggregateID: Schema.String;
189
- readonly seq: Schema.Int;
190
- readonly version: Schema.Int;
189
+ readonly seq: Schema.brand<Schema.Int, "Event.Seq">;
190
+ readonly version: Schema.brand<Schema.Int, "Event.Version">;
191
191
  }>>>, Schema.optionalKey<Schema.Struct<{
192
192
  readonly aggregateID: Schema.String;
193
- readonly seq: Schema.Int;
194
- readonly version: Schema.Int;
193
+ readonly seq: Schema.brand<Schema.Int, "Event.Seq">;
194
+ readonly version: Schema.brand<Schema.Int, "Event.Version">;
195
195
  }>>, never, never>;
196
196
  readonly location: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
197
197
  readonly directory: Schema.brand<Schema.String, "AbsolutePath">;
package/dist/pty.d.ts CHANGED
@@ -29,12 +29,12 @@ export declare const Event: {
29
29
  readonly type: Schema.Literal<"pty.created">;
30
30
  readonly durable: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
31
31
  readonly aggregateID: Schema.String;
32
- readonly seq: Schema.Int;
33
- readonly version: Schema.Int;
32
+ readonly seq: Schema.brand<Schema.Int, "Event.Seq">;
33
+ readonly version: Schema.brand<Schema.Int, "Event.Version">;
34
34
  }>>>, Schema.optionalKey<Schema.Struct<{
35
35
  readonly aggregateID: Schema.String;
36
- readonly seq: Schema.Int;
37
- readonly version: Schema.Int;
36
+ readonly seq: Schema.brand<Schema.Int, "Event.Seq">;
37
+ readonly version: Schema.brand<Schema.Int, "Event.Version">;
38
38
  }>>, never, never>;
39
39
  readonly location: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
40
40
  readonly directory: Schema.brand<Schema.String, "AbsolutePath">;
@@ -100,12 +100,12 @@ export declare const Event: {
100
100
  readonly type: Schema.Literal<"pty.updated">;
101
101
  readonly durable: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
102
102
  readonly aggregateID: Schema.String;
103
- readonly seq: Schema.Int;
104
- readonly version: Schema.Int;
103
+ readonly seq: Schema.brand<Schema.Int, "Event.Seq">;
104
+ readonly version: Schema.brand<Schema.Int, "Event.Version">;
105
105
  }>>>, Schema.optionalKey<Schema.Struct<{
106
106
  readonly aggregateID: Schema.String;
107
- readonly seq: Schema.Int;
108
- readonly version: Schema.Int;
107
+ readonly seq: Schema.brand<Schema.Int, "Event.Seq">;
108
+ readonly version: Schema.brand<Schema.Int, "Event.Version">;
109
109
  }>>, never, never>;
110
110
  readonly location: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
111
111
  readonly directory: Schema.brand<Schema.String, "AbsolutePath">;
@@ -171,12 +171,12 @@ export declare const Event: {
171
171
  readonly type: Schema.Literal<"pty.exited">;
172
172
  readonly durable: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
173
173
  readonly aggregateID: Schema.String;
174
- readonly seq: Schema.Int;
175
- readonly version: Schema.Int;
174
+ readonly seq: Schema.brand<Schema.Int, "Event.Seq">;
175
+ readonly version: Schema.brand<Schema.Int, "Event.Version">;
176
176
  }>>>, Schema.optionalKey<Schema.Struct<{
177
177
  readonly aggregateID: Schema.String;
178
- readonly seq: Schema.Int;
179
- readonly version: Schema.Int;
178
+ readonly seq: Schema.brand<Schema.Int, "Event.Seq">;
179
+ readonly version: Schema.brand<Schema.Int, "Event.Version">;
180
180
  }>>, never, never>;
181
181
  readonly location: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
182
182
  readonly directory: Schema.brand<Schema.String, "AbsolutePath">;
@@ -226,12 +226,12 @@ export declare const Event: {
226
226
  readonly type: Schema.Literal<"pty.deleted">;
227
227
  readonly durable: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
228
228
  readonly aggregateID: Schema.String;
229
- readonly seq: Schema.Int;
230
- readonly version: Schema.Int;
229
+ readonly seq: Schema.brand<Schema.Int, "Event.Seq">;
230
+ readonly version: Schema.brand<Schema.Int, "Event.Version">;
231
231
  }>>>, Schema.optionalKey<Schema.Struct<{
232
232
  readonly aggregateID: Schema.String;
233
- readonly seq: Schema.Int;
234
- readonly version: Schema.Int;
233
+ readonly seq: Schema.brand<Schema.Int, "Event.Seq">;
234
+ readonly version: Schema.brand<Schema.Int, "Event.Version">;
235
235
  }>>, never, never>;
236
236
  readonly location: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
237
237
  readonly directory: Schema.brand<Schema.String, "AbsolutePath">;
@@ -279,12 +279,12 @@ export declare const Event: {
279
279
  readonly type: Schema.Literal<"pty.created">;
280
280
  readonly durable: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
281
281
  readonly aggregateID: Schema.String;
282
- readonly seq: Schema.Int;
283
- readonly version: Schema.Int;
282
+ readonly seq: Schema.brand<Schema.Int, "Event.Seq">;
283
+ readonly version: Schema.brand<Schema.Int, "Event.Version">;
284
284
  }>>>, Schema.optionalKey<Schema.Struct<{
285
285
  readonly aggregateID: Schema.String;
286
- readonly seq: Schema.Int;
287
- readonly version: Schema.Int;
286
+ readonly seq: Schema.brand<Schema.Int, "Event.Seq">;
287
+ readonly version: Schema.brand<Schema.Int, "Event.Version">;
288
288
  }>>, never, never>;
289
289
  readonly location: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
290
290
  readonly directory: Schema.brand<Schema.String, "AbsolutePath">;
@@ -349,12 +349,12 @@ export declare const Event: {
349
349
  readonly type: Schema.Literal<"pty.updated">;
350
350
  readonly durable: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
351
351
  readonly aggregateID: Schema.String;
352
- readonly seq: Schema.Int;
353
- readonly version: Schema.Int;
352
+ readonly seq: Schema.brand<Schema.Int, "Event.Seq">;
353
+ readonly version: Schema.brand<Schema.Int, "Event.Version">;
354
354
  }>>>, Schema.optionalKey<Schema.Struct<{
355
355
  readonly aggregateID: Schema.String;
356
- readonly seq: Schema.Int;
357
- readonly version: Schema.Int;
356
+ readonly seq: Schema.brand<Schema.Int, "Event.Seq">;
357
+ readonly version: Schema.brand<Schema.Int, "Event.Version">;
358
358
  }>>, never, never>;
359
359
  readonly location: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
360
360
  readonly directory: Schema.brand<Schema.String, "AbsolutePath">;
@@ -419,12 +419,12 @@ export declare const Event: {
419
419
  readonly type: Schema.Literal<"pty.exited">;
420
420
  readonly durable: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
421
421
  readonly aggregateID: Schema.String;
422
- readonly seq: Schema.Int;
423
- readonly version: Schema.Int;
422
+ readonly seq: Schema.brand<Schema.Int, "Event.Seq">;
423
+ readonly version: Schema.brand<Schema.Int, "Event.Version">;
424
424
  }>>>, Schema.optionalKey<Schema.Struct<{
425
425
  readonly aggregateID: Schema.String;
426
- readonly seq: Schema.Int;
427
- readonly version: Schema.Int;
426
+ readonly seq: Schema.brand<Schema.Int, "Event.Seq">;
427
+ readonly version: Schema.brand<Schema.Int, "Event.Version">;
428
428
  }>>, never, never>;
429
429
  readonly location: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
430
430
  readonly directory: Schema.brand<Schema.String, "AbsolutePath">;
@@ -473,12 +473,12 @@ export declare const Event: {
473
473
  readonly type: Schema.Literal<"pty.deleted">;
474
474
  readonly durable: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
475
475
  readonly aggregateID: Schema.String;
476
- readonly seq: Schema.Int;
477
- readonly version: Schema.Int;
476
+ readonly seq: Schema.brand<Schema.Int, "Event.Seq">;
477
+ readonly version: Schema.brand<Schema.Int, "Event.Version">;
478
478
  }>>>, Schema.optionalKey<Schema.Struct<{
479
479
  readonly aggregateID: Schema.String;
480
- readonly seq: Schema.Int;
481
- readonly version: Schema.Int;
480
+ readonly seq: Schema.brand<Schema.Int, "Event.Seq">;
481
+ readonly version: Schema.brand<Schema.Int, "Event.Version">;
482
482
  }>>, never, never>;
483
483
  readonly location: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
484
484
  readonly directory: Schema.brand<Schema.String, "AbsolutePath">;
@@ -9,12 +9,12 @@ export declare const Event: {
9
9
  readonly type: Schema.Literal<"reference.updated">;
10
10
  readonly durable: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
11
11
  readonly aggregateID: Schema.String;
12
- readonly seq: Schema.Int;
13
- readonly version: Schema.Int;
12
+ readonly seq: Schema.brand<Schema.Int, "Event.Seq">;
13
+ readonly version: Schema.brand<Schema.Int, "Event.Version">;
14
14
  }>>>, Schema.optionalKey<Schema.Struct<{
15
15
  readonly aggregateID: Schema.String;
16
- readonly seq: Schema.Int;
17
- readonly version: Schema.Int;
16
+ readonly seq: Schema.brand<Schema.Int, "Event.Seq">;
17
+ readonly version: Schema.brand<Schema.Int, "Event.Version">;
18
18
  }>>, never, never>;
19
19
  readonly location: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
20
20
  readonly directory: Schema.brand<Schema.String, "AbsolutePath">;
@@ -52,12 +52,12 @@ export declare const Event: {
52
52
  readonly type: Schema.Literal<"reference.updated">;
53
53
  readonly durable: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
54
54
  readonly aggregateID: Schema.String;
55
- readonly seq: Schema.Int;
56
- readonly version: Schema.Int;
55
+ readonly seq: Schema.brand<Schema.Int, "Event.Seq">;
56
+ readonly version: Schema.brand<Schema.Int, "Event.Version">;
57
57
  }>>>, Schema.optionalKey<Schema.Struct<{
58
58
  readonly aggregateID: Schema.String;
59
- readonly seq: Schema.Int;
60
- readonly version: Schema.Int;
59
+ readonly seq: Schema.brand<Schema.Int, "Event.Seq">;
60
+ readonly version: Schema.brand<Schema.Int, "Event.Version">;
61
61
  }>>, never, never>;
62
62
  readonly location: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
63
63
  readonly directory: Schema.brand<Schema.String, "AbsolutePath">;
@@ -7,12 +7,12 @@ export declare const Connected: import("effect/Schema").Struct<{
7
7
  readonly type: import("effect/Schema").Literal<"server.connected">;
8
8
  readonly durable: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
9
9
  readonly aggregateID: import("effect/Schema").String;
10
- readonly seq: import("effect/Schema").Int;
11
- readonly version: import("effect/Schema").Int;
10
+ readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
11
+ readonly version: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Version">;
12
12
  }>>>, import("effect/Schema").optionalKey<import("effect/Schema").Struct<{
13
13
  readonly aggregateID: import("effect/Schema").String;
14
- readonly seq: import("effect/Schema").Int;
15
- readonly version: import("effect/Schema").Int;
14
+ readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
15
+ readonly version: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Version">;
16
16
  }>>, never, never>;
17
17
  readonly location: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
18
18
  readonly directory: import("effect/Schema").brand<import("effect/Schema").String, "AbsolutePath">;
@@ -50,12 +50,12 @@ export declare const Disposed: import("effect/Schema").Struct<{
50
50
  readonly type: import("effect/Schema").Literal<"global.disposed">;
51
51
  readonly durable: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
52
52
  readonly aggregateID: import("effect/Schema").String;
53
- readonly seq: import("effect/Schema").Int;
54
- readonly version: import("effect/Schema").Int;
53
+ readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
54
+ readonly version: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Version">;
55
55
  }>>>, import("effect/Schema").optionalKey<import("effect/Schema").Struct<{
56
56
  readonly aggregateID: import("effect/Schema").String;
57
- readonly seq: import("effect/Schema").Int;
58
- readonly version: import("effect/Schema").Int;
57
+ readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
58
+ readonly version: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Version">;
59
59
  }>>, never, never>;
60
60
  readonly location: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
61
61
  readonly directory: import("effect/Schema").brand<import("effect/Schema").String, "AbsolutePath">;
@@ -93,12 +93,12 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
93
93
  readonly type: import("effect/Schema").Literal<"server.connected">;
94
94
  readonly durable: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
95
95
  readonly aggregateID: import("effect/Schema").String;
96
- readonly seq: import("effect/Schema").Int;
97
- readonly version: import("effect/Schema").Int;
96
+ readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
97
+ readonly version: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Version">;
98
98
  }>>>, import("effect/Schema").optionalKey<import("effect/Schema").Struct<{
99
99
  readonly aggregateID: import("effect/Schema").String;
100
- readonly seq: import("effect/Schema").Int;
101
- readonly version: import("effect/Schema").Int;
100
+ readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
101
+ readonly version: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Version">;
102
102
  }>>, never, never>;
103
103
  readonly location: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
104
104
  readonly directory: import("effect/Schema").brand<import("effect/Schema").String, "AbsolutePath">;
@@ -135,12 +135,12 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
135
135
  readonly type: import("effect/Schema").Literal<"global.disposed">;
136
136
  readonly durable: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
137
137
  readonly aggregateID: import("effect/Schema").String;
138
- readonly seq: import("effect/Schema").Int;
139
- readonly version: import("effect/Schema").Int;
138
+ readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
139
+ readonly version: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Version">;
140
140
  }>>>, import("effect/Schema").optionalKey<import("effect/Schema").Struct<{
141
141
  readonly aggregateID: import("effect/Schema").String;
142
- readonly seq: import("effect/Schema").Int;
143
- readonly version: import("effect/Schema").Int;
142
+ readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
143
+ readonly version: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Version">;
144
144
  }>>, never, never>;
145
145
  readonly location: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
146
146
  readonly directory: import("effect/Schema").brand<import("effect/Schema").String, "AbsolutePath">;
@@ -7,12 +7,12 @@ export declare const Compacted: import("effect/Schema").Struct<{
7
7
  readonly type: import("effect/Schema").Literal<"session.compacted">;
8
8
  readonly durable: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
9
9
  readonly aggregateID: import("effect/Schema").String;
10
- readonly seq: import("effect/Schema").Int;
11
- readonly version: import("effect/Schema").Int;
10
+ readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
11
+ readonly version: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Version">;
12
12
  }>>>, import("effect/Schema").optionalKey<import("effect/Schema").Struct<{
13
13
  readonly aggregateID: import("effect/Schema").String;
14
- readonly seq: import("effect/Schema").Int;
15
- readonly version: import("effect/Schema").Int;
14
+ readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
15
+ readonly version: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Version">;
16
16
  }>>, never, never>;
17
17
  readonly location: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
18
18
  readonly directory: import("effect/Schema").brand<import("effect/Schema").String, "AbsolutePath">;
@@ -60,12 +60,12 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
60
60
  readonly type: import("effect/Schema").Literal<"session.compacted">;
61
61
  readonly durable: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
62
62
  readonly aggregateID: import("effect/Schema").String;
63
- readonly seq: import("effect/Schema").Int;
64
- readonly version: import("effect/Schema").Int;
63
+ readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
64
+ readonly version: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Version">;
65
65
  }>>>, import("effect/Schema").optionalKey<import("effect/Schema").Struct<{
66
66
  readonly aggregateID: import("effect/Schema").String;
67
- readonly seq: import("effect/Schema").Int;
68
- readonly version: import("effect/Schema").Int;
67
+ readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
68
+ readonly version: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Version">;
69
69
  }>>, never, never>;
70
70
  readonly location: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
71
71
  readonly directory: import("effect/Schema").brand<import("effect/Schema").String, "AbsolutePath">;