feat: show shared link view count
This commit is contained in:
@@ -1060,6 +1060,7 @@ export type SharedLinkResponseDto = {
|
||||
token?: string | null;
|
||||
"type": SharedLinkType;
|
||||
userId: string;
|
||||
viewCount: number;
|
||||
};
|
||||
export type SharedLinkCreateDto = {
|
||||
albumId?: string;
|
||||
|
||||
Reference in New Issue
Block a user