Variable typeNumSchemaConst

typeNumSchema: ZodUnion<
    [
        ZodLiteral<0>,
        ZodLiteral<1>,
        ZodLiteral<2>,
        ZodLiteral<3>,
        ZodLiteral<4>,
        ZodLiteral<5>,
        ZodLiteral<16>,
        ZodLiteral<17>,
    ],
> = ...

Schema for type numbers in the NT protocol.