hipthrusts - v1.2.0
    Preparing search index...

    Interface OptionallyHasRedactResponse<TUnsafeResponse, TResponse>

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

    Type Parameters

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