hipthrusts - v1.2.0
    Preparing search index...

    Interface HasExecute<TContextIn, TUnsafeResponse>

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

    Type Parameters

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