feat(schema): publish package

This commit is contained in:
Dax Raad
2026-07-01 13:33:59 -04:00
parent ea7d3b5cfa
commit cf8823136c
77 changed files with 413 additions and 325 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
export * as Command from "./command"
export * as Command from "./command.js"
import { Schema } from "effect"
import { optional } from "./schema"
import { Model } from "./model"
import { optional } from "./schema.js"
import { Model } from "./model.js"
export interface Info extends Schema.Schema.Type<typeof Info> {}
export const Info = Schema.Struct({