fix: tighten public work type routing

This commit is contained in:
2026-06-07 14:49:36 +08:00
parent 8f460feb41
commit 8131894bb5
21 changed files with 611 additions and 228 deletions

View File

@@ -1,5 +1,7 @@
import type { PublicWorkSourceType } from './playTypes';
export interface PublicWorkGalleryEntryResponse {
sourceType: string;
sourceType: PublicWorkSourceType;
workId: string;
profileId: string;
sourceSessionId?: string | null;