hipthrusts - v1.2.0
    Preparing search index...

    Interface HasRedactResponse<TUnsafeResponse, TResponse>

    interface HasRedactResponse<TUnsafeResponse, TResponse> {
        redactResponse: (unsafe: TUnsafeResponse, context?: any) => TResponse;
    }

    Type Parameters

    • TUnsafeResponse
    • TResponse
    Index
    redactResponse: (unsafe: TUnsafeResponse, context?: any) => TResponse