@smallstack/common
Advanced tools
Comparing version 0.7.93 to 0.7.94
import { JSONAPIErrorObject } from "./JSONAPIErrorObject"; | ||
export interface APIResponse<T> { | ||
export interface APIResponse<T = any> { | ||
links?: { | ||
@@ -4,0 +4,0 @@ first?: string; |
{ | ||
"name": "@smallstack/common", | ||
"version": "0.7.93", | ||
"version": "0.7.94", | ||
"description": "common functionality for smallstack projects", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundle/smallstack_common.umd.js", |
359719