First commit
This commit is contained in:
6
packages/shared/types/package.json
Normal file
6
packages/shared/types/package.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "@shared/types",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"main": "src/index.ts"
|
||||
}
|
||||
1
packages/shared/types/src/index.ts
Normal file
1
packages/shared/types/src/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export type AnyRecord = Record<string, any>;
|
||||
Reference in New Issue
Block a user