UNPKG

@studyportals/sp-r2d2

Version:

A framework that contains various components used when developing projects that will be deployed via AWS λ.

9 lines (8 loc) 288 B
import { HttpResponse } from './http-response.class'; export declare class SuccessResponse extends HttpResponse { constructor(body?: any, headers?: { [name: string]: string; }, includeCorsHeaders?: boolean, corsHeaders?: { [name: string]: string; } | null); }