import * as denoClassValidator from "https://deno.land/x/deno_class_validator@v1.0.0/src/validation/ValidationArguments.ts";
Interfaces
Arguments being sent to message builders - user can create message either by simply returning a string, either by returning a function that accepts MessageArguments and returns a message string built based on these arguments. |