mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
refactor: open api (#6334)
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
||||
} from '../lib/components/shared-components/notification/notification';
|
||||
import { handleError } from '../lib/utils/handle-error';
|
||||
import { api } from './api';
|
||||
import type { UserResponseDto } from './open-api';
|
||||
import type { UserResponseDto } from '@immich/sdk';
|
||||
|
||||
export type ApiError = AxiosError<{ message: string }>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user