UNPKG

alepha

Version:

Easy-to-use modern TypeScript framework for building many kind of applications.

8 lines (6 loc) 245 B
import { $atom } from "alepha"; import { apiRegistryResponseSchema } from "../schemas/apiLinksResponseSchema.ts"; export const apiLinksAtom = $atom({ name: "alepha.server.request.apiLinks", schema: apiRegistryResponseSchema.optional(), });