mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-08 13:18:02 +00:00
7 lines
116 B
TypeScript
7 lines
116 B
TypeScript
declare module '*.json' {
|
|
const src: any;
|
|
export default src;
|
|
}
|
|
|
|
declare type Recordable = Record<string, any>;
|