mirror of
https://github.com/immich-app/immich.git
synced 2025-12-25 09:14:58 +03:00
* fix: user management tailwind * use top instead of inset-y-0 * add types to createEventDispatcher
4 lines
55 B
TypeScript
4 lines
55 B
TypeScript
export interface ResetOptions {
|
|
default?: boolean;
|
|
}
|