Type alias SharedGameDetails

SharedGameDetails: {
    response: {
        lender_steamid: SteamId;
    };
}

Type declaration

  • response: {
        lender_steamid: SteamId;
    }

Generated using TypeDoc