We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee7424 commit e4a6d5bCopy full SHA for e4a6d5b
source/views/sis/student-work/types.js
@@ -1,20 +1,23 @@
1
// @flow
2
3
export type JobType = {
4
- id: number,
5
comments: string,
6
contactEmail: string,
7
- contactFirstName: string,
8
- contactLastName: string,
9
contactName: string,
10
- contactPhone: number,
+ contactPhone: string,
11
description: string,
+ goodForIncomingStudents: boolean,
12
hoursPerWeek: string,
+ howToApply: string,
+ id: number,
13
lastModified: string,
14
links: Array<string>,
15
office: string,
16
+ openPositions: string,
17
skills: string,
18
+ timeline: string,
19
timeOfHours: string | number,
20
title: string,
21
type: string,
22
+ year: string,
23
}
0 commit comments