1
0
Fork 0
mirror of https://github.com/alangrainger/immich-public-proxy.git synced 2025-01-07 17:16:45 +01:00
immich-public-proxy/src/types.ts

9 lines
127 B
TypeScript
Raw Normal View History

2024-10-28 09:56:11 +01:00
export interface SharedLinkAsset {
id: string;
}
export interface SharedLink {
key: string;
assets: SharedLinkAsset[]
}