chore: Update the sdk to match the rust and vica verse

This commit is contained in:
J H
2024-03-18 10:53:38 -06:00
parent 9715873007
commit 973284607d
27 changed files with 173 additions and 90 deletions

View File

@@ -0,0 +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, }