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
|