mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 10:21:55 +00:00
feat: Update to remove is sandboxed
This commit is contained in:
@@ -225,12 +225,10 @@ export type ExposeUiPaths<Store> = Array<{
|
||||
export type Effects = {
|
||||
executeAction<Input>(opts: {
|
||||
serviceId?: string
|
||||
actionId: string
|
||||
input: Input
|
||||
}): Promise<unknown>
|
||||
|
||||
/** Sandbox mode lets us read but not write */
|
||||
is_sandboxed(): Promise<boolean>
|
||||
|
||||
/** Removes all network bindings */
|
||||
clearBindings(): Promise<void>
|
||||
/** Creates a host connected to the specified port with the provided options */
|
||||
|
||||
Reference in New Issue
Block a user