restore public type shims (#109)

Co-authored-by: Seunghyeok Lee <seunghyeok2915@users.noreply.github.com>
This commit is contained in:
Seunghyeok Lee
2026-04-03 22:20:37 +09:00
committed by GitHub
parent 36d1c45954
commit 7668abaed0
3 changed files with 28 additions and 17 deletions

View File

@@ -1,2 +1 @@
// Stub — SDK runtime types not included in source snapshot
export type {}
export type EffortLevel = 'low' | 'medium' | 'high' | 'max'