mirror of
https://github.com/immich-app/immich.git
synced 2025-12-19 17:23:21 +03:00
4 lines
55 B
TypeScript
4 lines
55 B
TypeScript
|
|
export interface ResetOptions {
|
||
|
|
default?: boolean;
|
||
|
|
}
|