update ts-rs to 8.1

This commit is contained in:
Aiden McClelland
2024-03-26 10:26:44 -06:00
parent 9cf720e040
commit 4589d4b3f5
42 changed files with 67 additions and 43 deletions

View File

@@ -1,4 +1,4 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
import type { BindOptions } from "./BindOptions";
export interface AddressInfo { username: string | null, hostId: string, bindOptions: BindOptions, suffix: string, }
export type AddressInfo = { username: string | null, hostId: string, bindOptions: BindOptions, suffix: string, };