immich/web/src/lib/utils/dipatch.ts

8 lines
110 B
TypeScript

export interface ResetOptions {
default?: boolean;
}
export interface SearchOptions {
force?: boolean;
}