Chore: Add exported type to fix plugin type generation

pull/12032/head^2
Laurent Cozic 2025-04-07 18:29:25 +01:00
parent da0a7faf12
commit 911689a4ac
1 changed files with 1 additions and 1 deletions

View File

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