mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-24 06:33:01 -04:00
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
export interface App {
|
|
readonly name: string
|
|
readonly version: string
|
|
readonly channel: string
|
|
}
|