UNPKG

syms-api-interfaces

Version:
6 lines (5 loc) 204 B
import type { ExtractValue } from '../../types'; export declare const UserExceptionCode: { readonly existId: "user/existId"; }; export type UserExceptionCode = ExtractValue<typeof UserExceptionCode>;