Typescript SDK Type Docs
    Preparing search index...

    Type Alias Task

    type Task = {
        next: Next;
        request: MiddlewareRequest;
        response: MiddlewareResponse;
    }
    Index

    Properties

    Properties

    next: Next