Skip to content

Commit c4b3378

Browse files
committed
Merge branch 'next' of github.com:devforth/adminforth into next
2 parents 25b31a6 + 89e3edf commit c4b3378

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

adminforth/types/Back.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2152,4 +2152,11 @@ export interface IWebSocketBroker {
21522152
publish: (topic: string, data: any, filterUsers?: (adminUser: AdminUser) => Promise<boolean>) => void;
21532153

21542154
registerWsClient: (client: IWebSocketClient) => void;
2155+
}
2156+
export interface PluginsCommonOptions {
2157+
/**
2158+
* Id of the plugin. It should be unique across all plugins.
2159+
* It is required if you want to log custom actions, otherwise it is optional.
2160+
*/
2161+
id?: string;
21552162
}

0 commit comments

Comments
 (0)