Skip to content

Commit 8e58c3a

Browse files
committed
fix: remove confirmMessage from PluginOptions interface
1 parent 29ca257 commit 8e58c3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { ImageVisionAdapter, AdminUser, IAdminForth, StorageAdapter } from "admi
33

44
export interface PluginOptions {
55
actionName: string,
6-
confirmMessage: string,
76
adapter: ImageVisionAdapter,
87
outputFields: Record<string, string>[],
98
attachFiles?: ({ record }: {

0 commit comments

Comments
 (0)