@common_ch/common 1.0.215 → 1.0.216

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,7 +21,7 @@ export interface ImageAttrs {
21
21
  interface ImageModel extends mongoose.Model<ImageDoc> {
22
22
  build(attrs: ImageAttrs): ImageDoc;
23
23
  }
24
- interface ImageDoc extends mongoose.Document {
24
+ export interface ImageDoc extends mongoose.Document {
25
25
  _id: string;
26
26
  userId: string;
27
27
  imageName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common_ch/common",
3
- "version": "1.0.215",
3
+ "version": "1.0.216",
4
4
  "main": "./build/index.js",
5
5
  "types": "./build/index.d.ts",
6
6
  "files": [