Variable binaryCommentConst
binaryComment: ZodObject<{
hex_comment: ZodString;
type: ZodLiteral<"binary_comment">;
}, "strip", ZodTypeAny, {
hex_comment: string;
type: "binary_comment";
}, {
hex_comment: string;
type: "binary_comment";
}> = ...
Type declaration
hex_comment: ZodString
type: ZodLiteral<"binary_comment">
Type declaration
hex_comment: string
type: "binary_comment"
Type declaration
hex_comment: string
type: "binary_comment"