@jealous-robot-dev/shared-types-responses 1.56.7 → 1.56.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,15 @@
1
1
  import { TextDirection, UITHEME, Locale, Currency } from "@jealous-robot-dev/drophr-common";
2
+ export interface ObjectViewMetadata {
3
+ id: string;
4
+ title: string;
5
+ keywords: string;
6
+ description: string;
7
+ pic: {
8
+ src: string;
9
+ width: number;
10
+ height: number;
11
+ };
12
+ }
2
13
  export interface QueryResponse<Data, Phrases = any> {
3
14
  data: Data;
4
15
  phrases: Phrases;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.56.7",
3
+ "version": "1.56.9",
4
4
  "description": "Meetle common types of API responses",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",