UNPKG

@cobuildlab/8base-utils

Version:

This is package to deal with common scenarios working with 8base platform

6 lines (5 loc) 121 B
export declare type ResponseBody = { body: string; statusCode: number; headers?: Record<string, unknown>; };