initial: server + shared

This commit is contained in:
admin
2026-06-11 13:41:38 +05:00
commit 65da047e7c
148 changed files with 15900 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
export interface TestChecklistItem {
key: string;
section: string;
action: string;
expectedResult: string;
}
export declare const TEST_CHECKLIST_ITEMS: readonly TestChecklistItem[];