mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-20 05:26:20 +00:00
Use apiClient factory to dynamically resolved different values at runtime
This commit is contained in:
@@ -15,8 +15,8 @@ import type {
|
||||
} from './types';
|
||||
|
||||
export type ShlinkApiClient = {
|
||||
baseUrl: string;
|
||||
apiKey: string;
|
||||
readonly baseUrl: string;
|
||||
readonly apiKey: string;
|
||||
|
||||
listShortUrls(params?: ShlinkShortUrlsListParams): Promise<ShlinkShortUrlsResponse>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user