import type { ConfigurationType } from './ConfigurationType'; export type ConfigurationTypeResponse = { data?: ConfigurationType; meta?: Record; };