Fix StartOS 0.4 TypeScript packaging to match SDK API
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import type { ActionId } from './ActionId';
|
||||
import type { Guid } from './Guid';
|
||||
import type { PackageId } from './PackageId';
|
||||
export type RunActionParams = {
|
||||
packageId: PackageId;
|
||||
eventId: Guid | null;
|
||||
actionId: ActionId;
|
||||
input?: any;
|
||||
};
|
||||
Reference in New Issue
Block a user