1
0
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:
Laurent Cozic
2025-04-07 18:29:25 +01:00
parent da0a7faf12
commit 911689a4ac

View File

@@ -158,7 +158,7 @@ export const stopServer = async (server: IpcServer) => {
});
};
interface SendMessageOutput {
export interface SendMessageOutput {
port: number;
response: Response;
}