15 lines
No EOL
259 B
TypeScript
15 lines
No EOL
259 B
TypeScript
interface Job {
|
|
id: string
|
|
row: string
|
|
ml: boolean
|
|
order: number
|
|
name: {
|
|
[key: string]: string
|
|
en: string
|
|
ja: string
|
|
}
|
|
proficiency: {
|
|
proficiency1: number
|
|
proficiency2: number
|
|
}
|
|
} |