UNPKG

alepha

Version:

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

6 lines (4 loc) 100 B
import { z } from "alepha"; export const revokeApiKeyParamsSchema = z.object({ id: z.uuid(), });