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