mirror of https://github.com/laurent22/joplin.git
Chore: Add exported type to fix plugin type generation
parent
da0a7faf12
commit
911689a4ac
|
@ -158,7 +158,7 @@ export const stopServer = async (server: IpcServer) => {
|
|||
});
|
||||
};
|
||||
|
||||
interface SendMessageOutput {
|
||||
export interface SendMessageOutput {
|
||||
port: number;
|
||||
response: Response;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue