Skip to content

Commit fa50659

Browse files
committed
fix: rename message to successMessage in AdminForthActionInput interface
1 parent 439b3e6 commit fa50659

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/types/Back.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@ export interface AdminForthActionInput {
13161316
}) => Promise<{
13171317
ok: boolean;
13181318
error?: string;
1319-
message?: string;
1319+
successMessage?: string;
13201320
}>;
13211321
action?: (params: {
13221322
adminforth: IAdminForth;

0 commit comments

Comments
 (0)