chore!: remove unused token response param (#27805)

This commit is contained in:
Jason Rasmussen
2026-04-15 00:58:00 -04:00
committed by GitHub
parent 6da2d3d587
commit 5f5e3344d5
5 changed files with 1 additions and 45 deletions
@@ -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;