mirror of
https://github.com/immich-app/immich.git
synced 2026-03-23 01:48:58 +03:00
@@ -6,10 +6,10 @@ import { IntegrityReportType } from 'src/enum';
|
||||
import { DB } from 'src/schema';
|
||||
import { IntegrityReportTable } from 'src/schema/tables/integrity-report.table';
|
||||
|
||||
export interface ReportPaginationOptions {
|
||||
export type ReportPaginationOptions = {
|
||||
cursor?: string;
|
||||
limit: number;
|
||||
}
|
||||
};
|
||||
|
||||
@Injectable()
|
||||
export class IntegrityRepository {
|
||||
|
||||
Reference in New Issue
Block a user