Type alias SteamLauncherProps

SteamLauncherProps: Partial<{
    configPath: string;
    steamID: string;
}> & {
    apiKey: string;
    steamVanity: string;
}

Type declaration

  • apiKey: string
  • steamVanity: string

Generated using TypeDoc