balibabu
fix: add group id field to ApiKeyModal #1353 (#1540)
8102819
raw
history blame
96 Bytes
export interface ApiKeyPostBody {
api_key: string;
base_url: string;
group_id?: string;
}