mirror of
https://github.com/cool-team-official/cool-admin-midway-packages.git
synced 2026-01-27 01:28:13 +00:00
5 lines
52 B
TypeScript
5 lines
52 B
TypeScript
export const customKey = {
|
|
a: 1,
|
|
b: 'hello',
|
|
};
|