12 lines
153 B
JavaScript
12 lines
153 B
JavaScript
|
|
export const promServer = {
|
||
|
|
typeOption: [
|
||
|
|
{
|
||
|
|
key: 1,
|
||
|
|
value: 'Global'
|
||
|
|
}, {
|
||
|
|
key: 2,
|
||
|
|
value: 'Per-Datacenter'
|
||
|
|
}
|
||
|
|
],
|
||
|
|
};
|