zxsipola123456's picture
Upload 769 files
ab2ded1 verified
raw
history blame
96 Bytes
export interface ApiKeyPostBody {
api_key: string;
base_url: string;
group_id?: string;
}