mirror of
https://github.com/SteamDeckHomebrew/decky-frontend-lib.git
synced 2026-05-19 09:30:08 +02:00
fix(plugin): Export ServerResponse for use in plugin-loader.tsx (#20)
This commit is contained in:
@@ -18,7 +18,7 @@ interface ServerResponseError {
|
||||
result: string;
|
||||
}
|
||||
|
||||
type ServerResponse<TRes> = ServerResponseSuccess<TRes> | ServerResponseError;
|
||||
export type ServerResponse<TRes> = ServerResponseSuccess<TRes> | ServerResponseError;
|
||||
|
||||
type RoutePatch = (route: RouteProps) => RouteProps;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user