import { z } from 'zod' export type IdMap = { [id: string]: T } export const schemaForType = () => >(arg: S) => { return arg }