From 732d664715f63da24e2ed61de16d3f31a84e22f5 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 29 Dec 2022 19:19:46 +0100 Subject: [PATCH] Fixed coding styles --- src/api/types/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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';