Type alias HttpApiHandlerResponse<Context, EventShape, AuthContext>
HttpApiHandlerResponse<Context, EventShape, AuthContext>: {
authContext: AuthContext;
event: EventShape;
initialContext?: Context;
machineInstanceName: string;
}
Type declaration
-
authContext: AuthContext
-
event: EventShape
-
Optional initialContext?: Context
-
machineInstanceName: string