UNPKG

syms-api-interfaces

Version:
8 lines (6 loc) 215 B
import type { ExtractValue } from '../../types'; // TODO: 고치기 export const UserExceptionCode = { existId: 'user/existId', } as const; export type UserExceptionCode = ExtractValue<typeof UserExceptionCode>;