@levo-so/client
Version:
<img alt="Levo" src="https://static.levocdn.com/png/Levo-Logo.png" width="50" height="50">
4 lines (3 loc) • 462 B
TypeScript
export declare const LevoCustomValidationList: readonly ["currency", "url", "email", "phone", "alphanumeric", "nospace", "username", "slug", "no-personal-email", "no-disposable-email"];
export type ILevoCustomValidationName = (typeof LevoCustomValidationList)[number];
export declare const LevoCustomFormats: Record<"currency" | "email" | "url" | "phone" | "alphanumeric" | "nospace" | "username" | "slug" | "no-personal-email" | "no-disposable-email", string>;