export type Binary1bitor = Binary1bitOrParser; export type Binary1bitOrParser = X extends "1" ? "1" : Y extends "1" ? "1" : "0";