reservationFieldNameMap top-level constant
Implementation
const reservationFieldNameMap = {
"uid": {
"label": "UID",
"labelText": "UID",
"hintText": "UID",
},
"subjectUid": {
"label": "대상 UID",
"labelText": "대상 UID",
"hintText": "대상 UID",
},
"objectUid": {
"label": "객체 UID",
"labelText": "객체 UID",
"hintText": "객체 UID",
},
"createdAt": {
"label": "생성일",
"labelText": "생성일",
"hintText": "생성일",
},
"updatedAt": {
"label": "수정일",
"labelText": "수정일",
"hintText": "수정일",
},
"filePaths": {
"label": "파일 경로",
"labelText": "파일 경로",
"hintText": "파일 경로",
},
};