mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
* refactor(server): tsconfigs * chore: dummy commit * fix: start.sh * chore: restore original entry scripts
3 lines
72 B
TypeScript
3 lines
72 B
TypeScript
export class ValidateAccessTokenResponseDto {
|
|
authStatus!: boolean;
|
|
}
|