Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@cryptotaxi247
/
CoPilot
CoPilot
/
frontend
/
src
/
types
/
version.d.ts
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
ts
10 lines
224 Bytes
Copy permalink
Copy
Raw
1
export
interface
VersionCheckResponse
{
2
success
:
boolean
3
message
:
string
4
current_version
:
string
5
latest_version
:
string
|
null
6
is_outdated
:
boolean
7
release_url
?:
string
8
release_notes
?:
string
9
published_at
?:
string
10
}