diff --git a/src/api/types/index.ts b/src/api/types/index.ts index 235ccd5b..ef51e9b2 100644 --- a/src/api/types/index.ts +++ b/src/api/types/index.ts @@ -107,8 +107,7 @@ export interface ShlinkShortUrlsListParams { } export interface ShlinkShortUrlsListNormalizedParams extends - Omit -{ + Omit { orderBy?: string; excludeMaxVisitsReached?: 'true'; excludePastValidUntil?: 'true';