@ndla/types-backend 0.2.79 → 0.2.80

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.
@@ -237,4 +237,8 @@ export interface IUpdatedResource {
237
237
  tags?: string[];
238
238
  resourceId?: string;
239
239
  }
240
+ export interface IUserFolder {
241
+ folders: IFolder[];
242
+ sharedFolders: IFolder[];
243
+ }
240
244
  export type ResourceType = ("concept" | "image" | "audio" | "multidisciplinary" | "article" | "learningpath" | "video" | "folder");
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "devDependencies": {
28
28
  "typescript": "^5.3.3"
29
29
  },
30
- "version": "0.2.79"
30
+ "version": "0.2.80"
31
31
  }