mirror of
https://github.com/FMS-Cat/condition.git
synced 2025-10-02 07:56:43 +02:00
5 lines
71 B
TypeScript
5 lines
71 B
TypeScript
declare module '*.opus' {
|
|
const uri: string;
|
|
export default uri;
|
|
}
|