mirror of
https://github.com/certd/certd.git
synced 2026-06-27 22:17:35 +08:00
5 lines
137 B
TypeScript
5 lines
137 B
TypeScript
export const AwsCNRegions = [
|
|
{ label: "cn-north-1", value: "cn-north-1" },
|
|
{ label: "cn-northwest-1", value: "cn-northwest-1" },
|
|
];
|