hipthrusts - v1.2.0
    Preparing search index...

    Interface OptionallyHasExecute<TContextIn, TUnsafeResponse>

    interface OptionallyHasExecute<TContextIn, TUnsafeResponse> {
        execute?: (context: TContextIn) => PromiseOrSync<TUnsafeResponse>;
    }

    Type Parameters

    • TContextIn
    • TUnsafeResponse
    Index
    execute?: (context: TContextIn) => PromiseOrSync<TUnsafeResponse>