feat(schema): publish package
This commit is contained in:
parent
d51ba6ed94
commit
5e47501b8b
77 changed files with 413 additions and 325 deletions
|
|
@ -1,8 +1,8 @@
|
|||
export * as WorkspaceEvent from "./workspace-event"
|
||||
export * as WorkspaceEvent from "./workspace-event.js"
|
||||
|
||||
import { Schema } from "effect"
|
||||
import { Event } from "./event"
|
||||
import { WorkspaceID } from "./workspace-id"
|
||||
import { Event } from "./event.js"
|
||||
import { WorkspaceID } from "./workspace-id.js"
|
||||
|
||||
export const ConnectionStatus = Schema.Struct({
|
||||
workspaceID: WorkspaceID,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue