mirror of
https://github.com/immich-app/immich.git
synced 2026-02-03 09:33:49 -05:00
5 lines
205 B
TypeScript
5 lines
205 B
TypeScript
import type { ResetOptions } from '$lib/utils/dipatch';
|
|
import type { SystemConfigDto } from '@immich/sdk';
|
|
|
|
export type SettingsResetOptions = ResetOptions & { configKeys: Array<keyof SystemConfigDto> };
|