From 68a7c103b72910ac904cbf72afaffcfe56af1e4f Mon Sep 17 00:00:00 2001 From: Marcin Zelent Date: Mon, 5 Dec 2022 13:00:06 +0100 Subject: Added sorting of groups --- src/models/Group.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/models/Group.ts') diff --git a/src/models/Group.ts b/src/models/Group.ts index 9b3aa6d..c0d281d 100644 --- a/src/models/Group.ts +++ b/src/models/Group.ts @@ -19,7 +19,7 @@ export default interface Group { description?: string; /** - * Medias in the group. + * Media in the group. */ media: MediaItem[]; @@ -32,4 +32,6 @@ export default interface Group { * Metadata that can be displayed in the description. */ metadata?: { [key: string]: string | number }; + + [key: string]: any; } -- cgit v1.2.3