mirror of
https://github.com/CaramelFur/Picsur.git
synced 2026-01-27 17:39:06 +01:00
4 lines
102 B
TypeScript
4 lines
102 B
TypeScript
import { z } from 'zod';
|
|
|
|
export const IsPrefValue = () => z.string().or(z.number().or(z.boolean()));
|