mirror of
https://github.com/immich-app/immich.git
synced 2026-05-22 23:12:32 -04:00
chore!: remove unused token response param (#27805)
This commit is contained in:
@@ -2235,8 +2235,6 @@ export type SharedLinkResponseDto = {
|
||||
showMetadata: boolean;
|
||||
/** Custom URL slug */
|
||||
slug: string | null;
|
||||
/** Access token */
|
||||
token?: string | null;
|
||||
"type": SharedLinkType;
|
||||
/** Owner user ID */
|
||||
userId: string;
|
||||
|
||||
Reference in New Issue
Block a user