mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-05 21:29:54 +00:00
5 lines
103 B
TypeScript
5 lines
103 B
TypeScript
export interface App {
|
|
readonly name: string
|
|
readonly version: string
|
|
readonly channel: string
|
|
}
|