Updated ShlinkApiClient to support more filtering options for short URLs list

This commit is contained in:
Alejandro Celaya
2022-12-28 22:58:47 +01:00
parent d6d237fc52
commit a3bd10bc82
5 changed files with 44 additions and 8 deletions

View File

@@ -83,4 +83,6 @@ export interface ExportableShortUrl {
export interface ShortUrlsFilter {
excludeBots?: boolean;
excludeMaxVisitsReached?: boolean;
excludePastValidUntil?: boolean;
}