Buckets:
| export * as ProjectSchema from "./schema" | |
| import { Schema } from "effect" | |
| import { AbsolutePath, withStatics } from "../schema" | |
| export const ID = Schema.String.pipe( | |
| Schema.brand("Project.ID"), | |
| withStatics((schema) => ({ | |
| global: schema.make("global"), | |
| })), | |
| ) | |
| export type ID = typeof ID.Type | |
| export const Vcs = Schema.Union([ | |
| Schema.Struct({ | |
| type: Schema.Literal("git"), | |
| store: AbsolutePath, | |
| }), | |
| ]) | |
| export type Vcs = typeof Vcs.Type | |
Xet Storage Details
- Size:
- 457 Bytes
- Xet hash:
- a4ec1ed278ec5b3f5d0986226c4587eaf49c36aa66dc2b3364131335fe77f775
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.