forked from Cutlery/immich
* refactor(server): tsconfigs * chore: dummy commit * fix: start.sh * chore: restore original entry scripts
8 lines
147 B
TypeScript
8 lines
147 B
TypeScript
export class CuratedObjectsResponseDto {
|
|
id!: string;
|
|
object!: string;
|
|
resizePath!: string;
|
|
deviceAssetId!: string;
|
|
deviceId!: string;
|
|
}
|