@wearesage/schema
    Preparing search index...

    Type Alias PatternOptions

    type PatternOptions = {
        message?: string;
        pattern: RegExp;
    }
    Index

    Properties

    Properties

    message?: string
    pattern: RegExp