Taichi Masuyama 4 vuotta sitten
vanhempi
sitoutus
c851cd718c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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> = string | T;
+export type Ref<T> = T & string;