pandaall's picture
Upload 1223 files
ec730cc verified
export interface ApiKeyPostBody {
api_key: string;
base_url: string;
group_id?: string;
}