Type alias HttpApiHandlerResponse<Context, EventShape, AuthContext>

HttpApiHandlerResponse<Context, EventShape, AuthContext>: {
    authContext: AuthContext;
    event: EventShape;
    initialContext?: Context;
    machineInstanceName: string;
}

Type Parameters

Type declaration

  • authContext: AuthContext
  • event: EventShape
  • Optional initialContext?: Context
  • machineInstanceName: string

Generated using TypeDoc