// This file was generated by liblab | https://liblab.com/ import { z } from 'zod'; export const devicePutType = z.enum(['device']); export type DevicePutType = z.infer;