Libraries
    Preparing search index...

    Type Alias ValidationError

    Represents a single validation error with a human-readable error message.

    type ValidationError = {
        message: string;
    }
    Index

    Properties

    Properties

    message: string