Paddle SDK - v5.0.0
    Preparing search index...

    Type Alias PaddleResponseWrap<TResponse>

    PaddleResponseWrap:
        | { response: TResponse; success: true }
        | { error: PaddleResponseError; success: false }

    Type Parameters

    • TResponse