main
ts 9 lines 184 Bytes
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 }