refactor(web): set birthdate (#25139)

This commit is contained in:
Jason Rasmussen
2026-01-08 15:41:20 -05:00
committed by GitHub
parent a2ba36c16d
commit 6997ed83c4
6 changed files with 101 additions and 104 deletions
@@ -6,6 +6,7 @@ import type {
AssetResponseDto,
LibraryResponseDto,
LoginResponseDto,
PersonResponseDto,
QueueResponseDto,
SharedLinkResponseDto,
SystemConfigDto,
@@ -33,6 +34,8 @@ export type Events = {
AlbumUpdate: [AlbumResponseDto];
AlbumDelete: [AlbumResponseDto];
PersonUpdate: [PersonResponseDto];
QueueUpdate: [QueueResponseDto];
SharedLinkCreate: [SharedLinkResponseDto];