Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@cryptotaxi247
/
CoPilot
CoPilot
/
frontend
/
src
/
types
/
activeResponse.d.ts
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
ts
9 lines
184 Bytes
Copy permalink
Copy
Raw
1
export
interface
SupportedActiveResponse
{
2
name
:
string
3
description
:
string
4
}
5
export
interface
ActiveResponseDetails
{
6
name
:
string
7
description
:
string
8
markdown_content
:
string
9
}