UNPKG

@jsstudio/development-api-interceptor

Version:
8 lines (7 loc) 216 B
import { Response } from '../interfaces/api'; export declare const getResponse: ({ status, success, message, data }: Response) => { status: number; success: boolean; message: string; data: object; };