mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-24 12:15:51 -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
|
|
}
|