import type { mapEntries } from 'radashi' type TObjectKeyCaseConverter = (string: string) => string type TObject = Readonly> type TToEntry = Parameters< typeof mapEntries >[1] export type { TObject, TObjectKeyCaseConverter, TToEntry }