You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-10 22:11:50 +02:00
Chore: Add exported type to fix plugin type generation
This commit is contained in:
@@ -158,7 +158,7 @@ export const stopServer = async (server: IpcServer) => {
|
||||
});
|
||||
};
|
||||
|
||||
interface SendMessageOutput {
|
||||
export interface SendMessageOutput {
|
||||
port: number;
|
||||
response: Response;
|
||||
}
|
||||
|
Reference in New Issue
Block a user