File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
server/src/seeds/test-data Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 1- import type { Day } from "common/types" ;
1+ import type { Day , User } from "common/types" ;
22
33export const subjects : Array < {
44 group : string ;
@@ -30,7 +30,19 @@ export const interest = [
3030 { userId : 103 , subjectId : 4 } ,
3131] ;
3232
33- export const users = [
33+ export const users : User [ ] = [
34+ {
35+ id : 0 ,
36+ name : "メモ" ,
37+ gender : "メモ" ,
38+ grade : "メモ" ,
39+ faculty : "メモ" ,
40+ department : "メモ" ,
41+ intro : "メモです。" ,
42+ pictureUrl :
43+ "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvpbYflYCwbG_c11ADWhZUaf93zrtmvYYjSvY4NNxcF4Ri-XO6jiFZq-1InXfcxBjTD9_8jQntvnzML5F0geA04H9etzy3dcZ7SaqpbfKX4PmFgg8nplhaSLBCWo6zOIwq-jJc9tjrXxKV/s1600/bunbougu_memo.png" ,
44+ guid : "0000" ,
45+ } ,
3446 {
3547 id : 101 ,
3648 name : "田中太郎" ,
You can’t perform that action at this time.
0 commit comments