lib.ts (148B)
1 import { z } from "zod"; 2 3 export const nostr_tag_client_schema = z.object({ 4 name: z.string(), 5 pubkey: z.string(), 6 relay: z.string() 7 });
web_libCommon web application librariesgit clone https://radroots.dev/git/web_lib.git | |
| Log | Files | Refs | LICENSE |