mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
update binding for API types, add ARCHITECTURE
This commit is contained in:
9
sdk/base/lib/osBindings/ClearTaskParams.ts
Normal file
9
sdk/base/lib/osBindings/ClearTaskParams.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
import type { PackageId } from './PackageId'
|
||||
import type { ReplayId } from './ReplayId'
|
||||
|
||||
export type ClearTaskParams = {
|
||||
packageId: PackageId
|
||||
replayId: ReplayId
|
||||
force: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user