Files
start-os/sdk/base/lib/osBindings/Alerts.ts
2026-01-20 18:28:28 -07:00

11 lines
338 B
TypeScript

// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
import type { LocaleString } from "./LocaleString"
export type Alerts = {
install: LocaleString | null
uninstall: LocaleString | null
restore: LocaleString | null
start: LocaleString | null
stop: LocaleString | null
}