UNPKG

@jeaks03/overseer

Version:

Just another TypeScript Back-End framework

6 lines (5 loc) 141 B
export declare class Response { status?: number; body?: object | string; constructor(status?: number, body?: object | string); }