File size: 96 Bytes
b9fe2b4
 
 
 
 
1
2
3
4
5
6
export interface ApiKeyPostBody {
  api_key: string;
  base_url: string;
  group_id?: string;
}