mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
5 lines
No EOL
163 B
TypeScript
5 lines
No EOL
163 B
TypeScript
// Specify the file extension you want to import
|
|
declare module "*.yml" {
|
|
const value: any; // Add type definitions here if desired
|
|
export default value;
|
|
} |