import type { MakeCase } from '../utils'; import type { User } from './snake'; import type { UserCamel } from './camel'; export type UserCase = MakeCase; export type { User, UserCamel };