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