/* eslint-disable @typescript-eslint/no-redeclare */ import { type, any, Infer, string } from "superstruct"; export type ParsedInfo = Infer; export const ParsedInfo = type({ type: string(), info: any(), });