const pattern = /#[A-ZА-ЯЁ]+/gi;
Record<string, Switch>
всё равно что:{
key1: {
name: 'Hello',
props: {
nav: {
count: 1,
key: 'local'
},
type: 'col',
label: 'hello',
value: 'world',
}
},
key2: {
name: 'Another Hello',
props: {
nav: {
count: 1,
key: 'local',
},
type: 'colWith',
label: 'label',
value: 'value',
main: 'hello there'
}
}
}