tangled
alpha
login
or
join now
isuggest.selfce.st
/
strand
3
fork
atom
alternative tangled frontend (extremely wip)
3
fork
atom
overview
issues
pulls
pipelines
refactor: add type to lexicon zod schema
serenity
1 week ago
ef7b899a
47d53716
+1
1 changed file
expand all
collapse all
unified
split
src
lib
types
lexicons
sh
tangled
repo.ts
+1
src/lib/types/lexicons/sh/tangled/repo.ts
···
1
1
import { z } from "zod/v4";
2
2
3
3
export const shTangledRepoSchema = z.object({
4
4
+
$type: z.literal("sh.tangled.repo"),
4
5
name: z.string(),
5
6
knot: z.string(),
6
7
// FIXME: tangled.org displays them anyway if the record is an invalid lexicon.