Newer
Older
import { articleSchema } from './articleSchema';
export const referenceSchema = z.object({
article: articleSchema.optional(),
type: z.string(),
resource: z.string(),
id: z.number(),
annotatorClassName: z.string(),
});