interface MacValidation implements BaseValidation<TInput>import { type MacValidation } from "https://deno.land/x/valibot@v0.30.0/mod.ts"; MAC validation type. Type ParametersTInput extends stringPropertiestype: "mac"The validation type. requirement: [RegExp, RegExp]The 48-bit and 64-bit MAC regex.