onsitesurvey/src/types/CommCode.ts

6 lines
78 B
TypeScript

export type CommCode = {
HEAD_CD: string
CODE: string
CODE_JP: string
}