Spaces:
Paused
Paused
export interface ApiKeyPostBody { | |
api_key: string; | |
base_url: string; | |
group_id?: string; | |
} | |
export interface ApiKeyPostBody { | |
api_key: string; | |
base_url: string; | |
group_id?: string; | |
} | |