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