pull/29/head
parent
a0d12190d1
commit
0fe3435440
|
@ -10,6 +10,7 @@ export interface StaffInterface extends Document {
|
|||
gitlab: string,
|
||||
github: string,
|
||||
bio: string,
|
||||
extension: string,
|
||||
acknowledgements: string[],
|
||||
}
|
||||
|
||||
|
@ -23,6 +24,7 @@ const Staff: Schema = new Schema({
|
|||
gitlab: String,
|
||||
github: String,
|
||||
bio: String,
|
||||
extension: String,
|
||||
acknowledgements: Array,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue