Files
start-os/sdk/base/lib/osBindings/NetworkInterfaceSetPublicParams.ts
Aiden McClelland 5e103770fd rename some things in the sdk (#2809)
* rename some things in the sdk

* fix docs

* rename some types exported from rust
2025-01-15 16:58:50 +00:00

7 lines
205 B
TypeScript

// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export type NetworkInterfaceSetPublicParams = {
interface: string
public: boolean | null
}