UNPKG

alepha

Version:

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

6 lines (4 loc) 105 B
import { z } from "alepha"; export const revokeApiKeyResponseSchema = z.object({ ok: z.boolean(), });