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

    Type Alias SafeParseSuccess<Output>

    type SafeParseSuccess<Output> = {
        data: Output;
        error?: never;
        success: true;
    }

    Type Parameters

    • Output
    Index

    Properties

    Properties

    data: Output
    error?: never
    success: true