mirror of
https://github.com/immich-app/immich.git
synced 2025-12-30 09:15:28 +03:00
use showDialog directly
This commit is contained in:
@@ -18459,12 +18459,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"allOf": [
|
||||
{
|
||||
@@ -18475,8 +18469,6 @@
|
||||
},
|
||||
"required": [
|
||||
"contextType",
|
||||
"description",
|
||||
"name",
|
||||
"type"
|
||||
],
|
||||
"type": "object"
|
||||
|
||||
@@ -968,8 +968,6 @@ export type PluginResponseDto = {
|
||||
};
|
||||
export type PluginTriggerResponseDto = {
|
||||
contextType: PluginContextType;
|
||||
description: string;
|
||||
name: string;
|
||||
"type": PluginTriggerType;
|
||||
};
|
||||
export type QueueResponseDto = {
|
||||
|
||||
Reference in New Issue
Block a user