blob: fc977f688c0479b5daac4a61581e6732cd54624d (
plain)
1
2
3
|
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export type NorthstarLaunchOptions = { launch_via_steam: boolean, bypass_checks: boolean, };
|