import type { MakeCase } from '../utils'; import type { Category } from './snake'; import type { CategoryCamel } from './camel'; export type CategoryCase = MakeCase; export type { Category, CategoryCamel };