소스 검색

Revert "Modified Ref"

This reverts commit c851cd718ce5d4b69a658986a3e11d9947ce38b5.
Taichi Masuyama 4 년 전
부모
커밋
b676442d2c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/src/interfaces/common.ts

+ 1 - 1
packages/app/src/interfaces/common.ts

@@ -4,4 +4,4 @@
 
 
 // Foreign key field
-export type Ref<T> = T & string;
+export type Ref<T> = string | T;