6 lines
78 B
TypeScript
6 lines
78 B
TypeScript
export type CommCode = {
|
|
HEAD_CD: string
|
|
CODE: string
|
|
CODE_JP: string
|
|
}
|