@@ -1,4 +1,4 @@
|
||||
import { z } from 'zod'
|
||||
import { z } from '../zod'
|
||||
|
||||
export type IdMap<T> = { [id: string]: T }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,4 +1,4 @@
|
||||
import { z } from 'zod'
|
||||
import { z } from '../zod'
|
||||
|
||||
export type IdMap<T> = { [id: string]: T }
|
||||
|
||||
|
||||