export default {
dict: {
test: {
a: 'A',
b: 'B',
c: 'C',
},
test: [
{ key: 'a', value: 'A' },
{ key: 'b', value: 'B' },
{ key: 'c', value: 'C' },
],
};