mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-05-13 17:11:52 +00:00
48bde33a0e
Took 5 hours 7 minutes
6 lines
105 B
TypeScript
6 lines
105 B
TypeScript
import {z} from 'zod';
|
|
|
|
export const SkillSchema = z.object({
|
|
name: z.string(),
|
|
icon: z.string(),
|
|
}); |