From a8982370a2c580cdcf15ee283ee5c854202d6867 Mon Sep 17 00:00:00 2001 From: Unheard0840 Date: Wed, 5 Aug 2026 17:22:06 +0000 Subject: [PATCH] Add startos/actions/index.ts Add StartOS actions definition --- startos/actions/index.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 startos/actions/index.ts diff --git a/startos/actions/index.ts b/startos/actions/index.ts new file mode 100644 index 0000000..f0e1f25 --- /dev/null +++ b/startos/actions/index.ts @@ -0,0 +1,3 @@ +import { sdk } from '../sdk' + +export const actions = sdk.Actions.of() \ No newline at end of file