UNPKG

@saysimple/node-sdk

Version:

The official SaySimple Node SDK. Want to use our awesome customer conversations platform? Please visit: https://saysimple.com

7 lines (6 loc) 181 B
export declare class Response<T> { readonly statusCode: number; readonly bodyRaw: T | string; readonly body: T; constructor(statusCode: number, body: string | T); }