Files
start-os/sdk/base/lib/osBindings/BindingSetPublicParams.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
199 B
TypeScript

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