Files
CN_Tool_client/frontend/src/constants/dictCodes.ts

9 lines
256 B
TypeScript
Raw Normal View History

2026-05-15 16:36:50 +08:00
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]