mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 22:07:10 -04:00
5 lines
91 B
TypeScript
5 lines
91 B
TypeScript
![]() |
declare module 'oui/oui.json' {
|
||
|
const db: Record<string, string>;
|
||
|
export default db;
|
||
|
}
|