fix(SteamClient): export shared types for enums

This commit is contained in:
AAGaming
2025-06-28 14:03:04 -04:00
parent 1f6611a10f
commit a4627a70c5

View File

@@ -1,4 +1,5 @@
import {SteamClient} from "./steam-client";
export * from "./steam-client/shared";
declare global {
var SteamClient: SteamClient;