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