feat: new filters on /v1/activity/list

This commit is contained in:
JamesFlare1212
2025-05-12 16:32:56 -04:00
parent 1d1d82fa60
commit 1996b1e29c
2 changed files with 104 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
// src/models/activity.ts
export interface ActivityData {
// Include all common properties
id?: string | null;
id?: string | null | undefined;
name?: string | null;
description?: string | null;
photo?: string | null | undefined;