mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-23 10:45:33 -04:00
10 lines
163 B
TypeScript
10 lines
163 B
TypeScript
declare module "*.mp3" {
|
|
const path: string
|
|
export default path
|
|
}
|
|
|
|
declare module "@opencode-ai/ui/audio/*.mp3" {
|
|
const path: string
|
|
export default path
|
|
}
|