MCP Server Framework - v1.0.0
    Preparing search index...

    Type Alias SafeParseError<Input>

    type SafeParseError<Input> = {
        data?: never;
        error: ZodError<Input>;
        success: false;
    }

    Type Parameters

    • Input
    Index

    Properties

    Properties

    data?: never
    error: ZodError<Input>
    success: false