mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-10 17:43:51 +00:00
Updated ShlinkApiClient to support more filtering options for short URLs list
This commit is contained in:
@@ -83,4 +83,6 @@ export interface ExportableShortUrl {
|
||||
|
||||
export interface ShortUrlsFilter {
|
||||
excludeBots?: boolean;
|
||||
excludeMaxVisitsReached?: boolean;
|
||||
excludePastValidUntil?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user