Add shared TypeScript package

This commit is contained in:
Asep Haryana Saputra
2026-05-22 12:17:13 +00:00
parent 4413133bf3
commit c3eed82262
5 changed files with 49 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
export type { AppStatus } from './app-status';
export { createAppStatus } from './app-status';