mirror of
https://github.com/immich-app/immich.git
synced 2025-12-26 20:54:44 -08:00
* refactor(server): tsconfigs * chore: dummy commit * fix: start.sh * chore: restore original entry scripts
4 lines
72 B
TypeScript
4 lines
72 B
TypeScript
export class ValidateAccessTokenResponseDto {
|
|
authStatus!: boolean;
|
|
}
|