mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-15 12:03:46 +00:00
Migrated ShlinkApiClient to TS
This commit is contained in:
@@ -20,7 +20,7 @@ export interface ShortUrlsListParams {
|
||||
searchTerm?: string;
|
||||
startDate?: string;
|
||||
endDate?: string;
|
||||
orderBy?: object;
|
||||
orderBy?: string | Record<string, 'ASC' | 'DESC'>;
|
||||
}
|
||||
|
||||
const initialState: ShortUrlsListParams = { page: '1' };
|
||||
|
||||
Reference in New Issue
Block a user