This commit is contained in:
Bastian Wagner
2026-06-17 10:34:30 +02:00
parent 3998923693
commit f77a592fc8
21 changed files with 637 additions and 6 deletions

View File

@@ -42,6 +42,7 @@ export interface UserList {
name: string;
description?: string;
kind: ListTemplateKind;
reminderAt?: string | null;
items: UserListItem[];
createdAt: string;
updatedAt: string;