feat(schema): publish package
This commit is contained in:
parent
d51ba6ed94
commit
5e47501b8b
77 changed files with 413 additions and 325 deletions
|
|
@ -1,9 +1,9 @@
|
|||
export * as Model from "./model"
|
||||
export * as Model from "./model.js"
|
||||
|
||||
import { Schema } from "effect"
|
||||
import { optional } from "./schema"
|
||||
import { Provider } from "./provider"
|
||||
import { statics } from "./schema"
|
||||
import { optional } from "./schema.js"
|
||||
import { Provider } from "./provider.js"
|
||||
import { statics } from "./schema.js"
|
||||
|
||||
export const ID = Schema.String.pipe(Schema.brand("ModelV2.ID"))
|
||||
export type ID = typeof ID.Type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue