mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-23 21:33:32 +00:00
6 lines
174 B
TypeScript
6 lines
174 B
TypeScript
export * as Snapshot from "./snapshot.js"
|
|
|
|
import { Schema } from "effect"
|
|
|
|
export const ID = Schema.String.pipe(Schema.brand("Snapshot.ID"))
|
|
export type ID = typeof ID.Type
|