Region: {
    components?: Component[];
    id: string;
} & {
    [key: string]: any;
}