diff --git a/src/plugin.tsx b/src/plugin.tsx index 9aa3144..1cd7ea9 100644 --- a/src/plugin.tsx +++ b/src/plugin.tsx @@ -18,7 +18,7 @@ interface ServerResponseError { result: string; } -type ServerResponse = ServerResponseSuccess | ServerResponseError; +export type ServerResponse = ServerResponseSuccess | ServerResponseError; type RoutePatch = (route: RouteProps) => RouteProps;