Taichi Masuyama 4 anni fa
parent
commit
c851cd718c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/app/src/interfaces/common.ts

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

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