fix: duplicate shared/constants/ into client repo
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
export interface TestChecklistItem {
|
||||
key: string;
|
||||
section: string;
|
||||
action: string;
|
||||
expectedResult: string;
|
||||
}
|
||||
|
||||
export declare const TEST_CHECKLIST_ITEMS: readonly TestChecklistItem[];
|
||||
Reference in New Issue
Block a user