mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 13:57:10 -04:00
4 lines
91 B
TypeScript
4 lines
91 B
TypeScript
declare module 'oui/oui.json' {
|
|
const db: Record<string, string>;
|
|
export default db;
|
|
}
|