import { Function, type TypeOf } from 'io-ts'; // This file is generated by runtyping (https://github.com/johngeorgewright/runtyping). // Manual changes might be lost - proceed with caution! export const A = Function; export type A = TypeOf; export const B = Function; export type B = TypeOf; export const C = Function; export type C = TypeOf; export const F = Function; export type F = TypeOf; export const G = Function; export type G = TypeOf;