Starowo's picture
Upload 1411 files
b9fe2b4 verified
raw
history blame
96 Bytes
export interface ApiKeyPostBody {
api_key: string;
base_url: string;
group_id?: string;
}