mirror of
https://github.com/immich-app/immich.git
synced 2025-11-29 14:39:48 +09:00
chore: remove unused code (#15499)
This commit is contained in:
@@ -7,6 +7,8 @@ import { AuditRepository } from 'src/repositories/audit.repository';
|
||||
import { ConfigRepository } from 'src/repositories/config.repository';
|
||||
import { ViewRepository } from 'src/repositories/view-repository';
|
||||
|
||||
export type DeepPartial<T> = T extends object ? { [K in keyof T]?: DeepPartial<T[K]> } : T;
|
||||
|
||||
export type AuthApiKey = {
|
||||
id: string;
|
||||
key: string;
|
||||
|
||||
Reference in New Issue
Block a user