import type { MakeCase } from '../utils'; import type { Attribute } from './snake'; import type { AttributeCamel } from './camel'; export type AttributeCase = MakeCase; export type { Attribute, AttributeCamel };