RGex Builder Platform - v1.2.0
    Preparing search index...

    Interface HumanTextPattern

    interface HumanTextPattern {
        type:
            | "number"
            | "email"
            | "phone"
            | "url"
            | "date"
            | "time"
            | "text"
            | "custom";
        pattern: string;
        description: string;
        examples: string[];
    }
    Index

    Properties

    type: "number" | "email" | "phone" | "url" | "date" | "time" | "text" | "custom"
    pattern: string
    description: string
    examples: string[]