import type { CentreConfiguration } from './centre-configuration'; export interface CentresConfiguration { centres: Array; }