我叫洪圣文
This commit is contained in:
8
frontend/src/constants/dictCodes.ts
Normal file
8
frontend/src/constants/dictCodes.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export const DICT_CODES = {
|
||||
USER_STATE: 'state',
|
||||
EVENT_TYPE: 'event_type',
|
||||
LEDGER_DEVICE_TYPE: 'ledger_device_type',
|
||||
LEDGER_DEVICE_MODEL: 'Ex-factory_Dev_Type'
|
||||
} as const
|
||||
|
||||
export type DictCode = (typeof DICT_CODES)[keyof typeof DICT_CODES]
|
||||
Reference in New Issue
Block a user