mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-24 18:53:27 +00:00
4 lines
98 B
TypeScript
4 lines
98 B
TypeScript
declare module "virtual:opencode-app-assets" {
|
|
const archive: string
|
|
export default archive
|
|
}
|